Trace number 358898

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-23UNSAT 1054.13 1039.19

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111226368.opb
MD5SUMb01ebef74b04e5bd139a4b864d0981a6
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.077987
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 1270
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.20	--- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c No reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving /tmp/evaluation/358898-1176918383/instance-358898-1176918383.opb
0.09/0.20	c reading problem ... 
0.32/0.33	c ... done. Wall clock time 0.13s.
0.32/0.33	c CPU time (experimental) 0.27s.
0.32/0.33	c #vars     169
0.32/0.33	c #constraints  101
1053.99/1039.06	c starts		: 2
1053.99/1039.06	c conflicts		: 12933
1053.99/1039.06	c decisions		: 53265
1053.99/1039.06	c propagations		: 376047
1053.99/1039.06	c inspects		: 166728866
1053.99/1039.06	c learnt literals	: 0
1053.99/1039.06	c learnt binary clauses	: 0
1053.99/1039.06	c learnt ternary clauses	: 0
1053.99/1039.06	c learnt clauses	: 12932
1053.99/1039.06	c root simplifications	: 0
1053.99/1039.06	c removed literals (reason simplification)	: 0
1053.99/1039.06	c reason swapping (by a shorter reason)	: 0
1053.99/1039.06	c Calls to reduceDB	: 0
1053.99/1039.06	c speed (decisions/second)	: 51.27891629305373
1053.99/1039.06	c non guided choices	38
1053.99/1039.06	s UNSATISFIABLE
1053.99/1039.06	c Total wall clock time (ms): 1038.864

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/node4/watcher-358898-1176918383 -o ROOT/results/node4/solver-358898-1176918383 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358898-1176918383/sat4jPseudoCP.jar /tmp/evaluation/358898-1176918383/instance-358898-1176918383.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.87 0.97 0.97 2/77 2211
/proc/meminfo: memFree=1829848/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=272 CPUtime=0
/proc/2211/stat : 2211 (java) D 2209 2211 994 0 -1 0 54 0 0 0 0 0 0 0 20 0 1 0 167876069 278528 37 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10588964 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2211/statm: 68 37 28 9 0 6 0

[startup+0.0224761 s]
/proc/loadavg: 0.87 0.97 0.97 2/77 2211
/proc/meminfo: memFree=1829848/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1772952 CPUtime=0.01
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 1841 0 1 0 0 1 0 0 18 0 2 0 167876069 1815502848 1591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 443238 1601 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101476 s]
/proc/loadavg: 0.87 0.97 0.97 2/77 2211
/proc/meminfo: memFree=1829848/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1780256 CPUtime=0.09
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 4007 0 1 0 6 3 0 0 18 0 12 0 167876069 1822982144 3748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 445064 3748 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301499 s]
/proc/loadavg: 0.87 0.97 0.97 2/77 2211
/proc/meminfo: memFree=1829848/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1781420 CPUtime=0.32
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 5142 0 1 0 28 4 0 0 18 0 12 0 167876069 1824174080 4880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 445355 4880 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781420

[startup+0.701538 s]
/proc/loadavg: 0.87 0.97 0.97 2/77 2211
/proc/meminfo: memFree=1829848/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1783940 CPUtime=1.04
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 9626 0 1 0 99 5 0 0 18 0 13 0 167876069 1826754560 8856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 445985 8857 1305 9 0 443597 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1783940

[startup+1.50263 s]
/proc/loadavg: 0.87 0.97 0.97 4/90 2224
/proc/meminfo: memFree=1777520/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1796864 CPUtime=2.62
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 27348 0 1 0 248 14 0 0 18 0 13 0 167876069 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 449216 22294 1321 9 0 446828 0
[pid=2211/tid=2213] ppid=2209 vsize=1796864 CPUtime=0.89
/proc/2211/task/2213/stat : 2213 (java) R 2209 2211 994 0 -1 64 17973 0 1 0 80 9 0 0 18 0 13 0 167876071 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109196963 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1796864 CPUtime=0
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167876072 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1796864 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167876072 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=1796864 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 167876074 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2217] ppid=2209 vsize=1796864 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167876075 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=1796864 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167876075 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=1796864 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167876078 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=1796864 CPUtime=0.66
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 994 0 -1 64 2920 0 0 0 65 1 0 0 16 0 13 0 167876078 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2221] ppid=2209 vsize=1796864 CPUtime=1.04
/proc/2211/task/2221/stat : 2221 (java) R 2209 2211 994 0 -1 64 5730 0 0 0 102 2 0 0 18 0 13 0 167876078 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105421732 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2222] ppid=2209 vsize=1796864 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167876078 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1796864 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167876078 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=1796864 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167876103 1839988736 22294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1796864

[startup+3.10277 s]
/proc/loadavg: 0.87 0.97 0.97 4/90 2224
/proc/meminfo: memFree=1691824/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1795996 CPUtime=5.13
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 53182 0 1 0 488 25 0 0 18 0 13 0 167876069 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 448999 42865 1331 9 0 446611 0
[pid=2211/tid=2213] ppid=2209 vsize=1795996 CPUtime=2.13
/proc/2211/task/2213/stat : 2213 (java) R 2209 2211 994 0 -1 64 37716 0 1 0 196 17 0 0 18 0 13 0 167876071 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520571 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1795996 CPUtime=0.01
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 422 0 0 0 1 0 0 0 16 0 13 0 167876072 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1795996 CPUtime=0.01
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 356 0 0 0 1 0 0 0 16 0 13 0 167876072 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2216] ppid=2209 vsize=1795996 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167876074 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=1795996 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167876075 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=1795996 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167876075 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=1795996 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167876078 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=1795996 CPUtime=1.37
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 994 0 -1 64 5840 0 0 0 135 2 0 0 16 0 13 0 167876078 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=1795996 CPUtime=1.56
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 994 0 -1 64 8117 0 0 0 153 3 0 0 16 0 13 0 167876078 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=1795996 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167876078 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1795996 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167876078 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=1795996 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167876103 1839099904 42865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 1795996

[startup+6.30207 s]
/proc/loadavg: 0.88 0.97 0.97 2/90 2224
/proc/meminfo: memFree=1657712/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1795420 CPUtime=8.49
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 60140 0 1 0 821 28 0 0 18 0 13 0 167876069 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 448855 48711 1331 9 0 446467 0
[pid=2211/tid=2213] ppid=2209 vsize=1795420 CPUtime=5.18
/proc/2211/task/2213/stat : 2213 (java) R 2209 2211 994 0 -1 64 40010 0 1 0 500 18 0 0 25 0 13 0 167876071 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109500923 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1795420 CPUtime=0.1
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 2802 0 0 0 9 1 0 0 16 0 13 0 167876072 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1795420 CPUtime=0.09
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 2613 0 0 0 8 1 0 0 16 0 13 0 167876072 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2216] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 994 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167876074 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167876075 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167876075 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167876078 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=1795420 CPUtime=1.43
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 994 0 -1 64 5846 0 0 0 141 2 0 0 16 0 13 0 167876078 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=1795420 CPUtime=1.64
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 994 0 -1 64 8119 0 0 0 161 3 0 0 16 0 13 0 167876078 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167876078 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167876078 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167876103 1838510080 48711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 1795420

[startup+12.7027 s]
/proc/loadavg: 0.89 0.97 0.97 2/90 2224
/proc/meminfo: memFree=1614192/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1795420 CPUtime=15.24
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 67164 0 1 0 1493 31 0 0 18 0 13 0 167876069 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 448855 55207 1332 9 0 446467 0
[pid=2211/tid=2213] ppid=2209 vsize=1795420 CPUtime=11.45
/proc/2211/task/2213/stat : 2213 (java) R 2209 2211 994 0 -1 64 43491 0 1 0 1125 20 0 0 25 0 13 0 167876071 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109526384 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1795420 CPUtime=0.17
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 4716 0 0 0 16 1 0 0 16 0 13 0 167876072 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1795420 CPUtime=0.17
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 4155 0 0 0 16 1 0 0 16 0 13 0 167876072 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2216] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 994 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167876074 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2217] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167876075 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167876075 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167876078 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=1795420 CPUtime=1.67
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 994 0 -1 64 5891 0 0 0 165 2 0 0 16 0 13 0 167876078 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=1795420 CPUtime=1.7
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 994 0 -1 64 8161 0 0 0 167 3 0 0 16 0 13 0 167876078 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167876078 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167876078 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=1795420 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167876103 1838510080 55207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.24
Current children cumulated vsize (KiB) 1795420

[startup+25.5019 s]
/proc/loadavg: 1.06 1.00 0.98 2/90 2224
/proc/meminfo: memFree=1609328/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1801564 CPUtime=28.47
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 72352 0 1 0 2813 34 0 0 18 0 13 0 167876069 1844801536 56126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 450391 56126 1332 9 0 448003 0
[pid=2211/tid=2213] ppid=2209 vsize=1801564 CPUtime=24.1
/proc/2211/task/2213/stat : 2213 (java) R 2209 2211 994 0 -1 64 43506 0 1 0 2390 20 0 0 19 0 13 0 167876071 1844801536 56126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509383 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1801564 CPUtime=0.3
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 6192 0 0 0 28 2 0 0 16 0 13 0 167876072 1844801536 56126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1801564 CPUtime=0.29
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 5331 0 0 0 27 2 0 0 16 0 13 0 167876072 1844801536 56126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167876078 1844801536 116633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167876078 1844801536 116633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167876103 1844801536 116633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1045.18
Current children cumulated vsize (KiB) 1801564

[startup+1033.5 s]
/proc/loadavg: 1.10 1.04 1.01 2/90 2422
/proc/meminfo: memFree=1365872/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1801564 CPUtime=1048.43
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 153786 0 1 0 104757 86 0 0 18 0 13 0 167876069 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 450391 116849 1333 9 0 448003 0
[pid=2211/tid=2213] ppid=2209 vsize=1801564 CPUtime=1018.98
/proc/2211/task/2213/stat : 2213 (java) R 2209 2211 994 0 -1 64 53402 0 1 0 101862 36 0 0 24 0 13 0 167876071 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109526589 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1801564 CPUtime=12.72
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 46016 0 0 0 1255 17 0 0 16 0 13 0 167876072 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1801564 CPUtime=12.67
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 36993 0 0 0 1251 16 0 0 16 0 13 0 167876072 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2216] ppid=2209 vsize=1801564 CPUtime=0.19
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 994 0 -1 64 72 0 0 0 12 7 0 0 16 0 13 0 167876074 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167876075 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167876075 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167876078 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=1801564 CPUtime=1.84
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 994 0 -1 64 5909 0 0 0 182 2 0 0 17 0 13 0 167876078 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=1801564 CPUtime=1.97
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 994 0 -1 64 10672 0 0 0 193 4 0 0 17 0 13 0 167876078 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167876078 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167876078 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167876103 1844801536 116849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1048.43
Current children cumulated vsize (KiB) 1801564

[startup+1036.7 s]
/proc/loadavg: 1.09 1.04 1.00 2/90 2422
/proc/meminfo: memFree=1365168/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1801564 CPUtime=1051.67
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 153944 0 1 0 105080 87 0 0 18 0 13 0 167876069 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 450391 116948 1333 9 0 448003 0
[pid=2211/tid=2213] ppid=2209 vsize=1801564 CPUtime=1022.15
/proc/2211/task/2213/stat : 2213 (java) R 2209 2211 994 0 -1 64 53403 0 1 0 102179 36 0 0 25 0 13 0 167876071 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109940257 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1801564 CPUtime=12.74
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 46107 0 0 0 1257 17 0 0 16 0 13 0 167876072 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1801564 CPUtime=12.7
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 37059 0 0 0 1254 16 0 0 17 0 13 0 167876072 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2216] ppid=2209 vsize=1801564 CPUtime=0.19
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 994 0 -1 64 72 0 0 0 12 7 0 0 16 0 13 0 167876074 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167876075 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167876075 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167876078 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=1801564 CPUtime=1.84
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 994 0 -1 64 5909 0 0 0 182 2 0 0 17 0 13 0 167876078 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=1801564 CPUtime=1.97
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 994 0 -1 64 10672 0 0 0 193 4 0 0 17 0 13 0 167876078 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167876078 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167876078 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167876103 1844801536 116948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1051.67
Current children cumulated vsize (KiB) 1801564

[startup+1038.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/90 2422
/proc/meminfo: memFree=1365040/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1801564 CPUtime=1053.3
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 153971 0 1 0 105243 87 0 0 18 0 13 0 167876069 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 450391 116974 1333 9 0 448003 0
[pid=2211/tid=2213] ppid=2209 vsize=1801564 CPUtime=1023.73
/proc/2211/task/2213/stat : 2213 (java) R 2209 2211 994 0 -1 64 53404 0 1 0 102337 36 0 0 25 0 13 0 167876071 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567846 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1801564 CPUtime=12.77
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 46131 0 0 0 1260 17 0 0 16 0 13 0 167876072 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1801564 CPUtime=12.72
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 37061 0 0 0 1256 16 0 0 16 0 13 0 167876072 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2216] ppid=2209 vsize=1801564 CPUtime=0.19
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 994 0 -1 64 72 0 0 0 12 7 0 0 16 0 13 0 167876074 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167876075 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167876075 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=1801564 CPUtime=1.84
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 994 0 -1 64 5909 0 0 0 182 2 0 0 17 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=1801564 CPUtime=1.97
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 994 0 -1 64 10672 0 0 0 193 4 0 0 17 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167876103 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1053.3
Current children cumulated vsize (KiB) 1801564

[startup+1038.7 s]
/proc/loadavg: 1.09 1.04 1.00 2/90 2422
/proc/meminfo: memFree=1365040/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1801564 CPUtime=1053.69
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 153971 0 1 0 105282 87 0 0 18 0 13 0 167876069 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 450391 116974 1333 9 0 448003 0
[pid=2211/tid=2213] ppid=2209 vsize=1801564 CPUtime=1024.13
/proc/2211/task/2213/stat : 2213 (java) R 2209 2211 994 0 -1 64 53404 0 1 0 102377 36 0 0 25 0 13 0 167876071 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109842360 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1801564 CPUtime=12.77
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 46131 0 0 0 1260 17 0 0 16 0 13 0 167876072 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1801564 CPUtime=12.72
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 37061 0 0 0 1256 16 0 0 16 0 13 0 167876072 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2216] ppid=2209 vsize=1801564 CPUtime=0.19
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 994 0 -1 64 72 0 0 0 12 7 0 0 16 0 13 0 167876074 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167876075 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 994 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167876075 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=1801564 CPUtime=1.84
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 994 0 -1 64 5909 0 0 0 182 2 0 0 17 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=1801564 CPUtime=1.97
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 994 0 -1 64 10672 0 0 0 193 4 0 0 17 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167876078 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167876103 1844801536 116974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1053.69
Current children cumulated vsize (KiB) 1801564

[startup+1039.1 s]
/proc/loadavg: 1.09 1.04 1.00 2/90 2422
/proc/meminfo: memFree=1365040/2055920 swapFree=4153812/4192956
[pid=2211] ppid=2209 vsize=1801564 CPUtime=1054.06
/proc/2211/stat : 2211 (java) S 2209 2211 994 0 -1 0 153976 0 1 0 105319 87 0 0 18 0 12 0 167876069 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2211/statm: 450391 116979 1334 9 0 448003 0
[pid=2211/tid=2213] ppid=2209 vsize=1801564 CPUtime=1024.49
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 994 0 -1 64 53408 0 1 0 102413 36 0 0 25 0 12 0 167876071 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=1801564 CPUtime=12.77
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 994 0 -1 64 46131 0 0 0 1260 17 0 0 16 0 12 0 167876072 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=1801564 CPUtime=12.72
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 994 0 -1 64 37061 0 0 0 1256 16 0 0 16 0 12 0 167876072 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2216] ppid=2209 vsize=1801564 CPUtime=0.19
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 994 0 -1 64 72 0 0 0 12 7 0 0 16 0 12 0 167876074 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 994 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 167876075 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 994 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 167876075 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 167876078 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=1801564 CPUtime=1.84
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 994 0 -1 64 5909 0 0 0 182 2 0 0 17 0 12 0 167876078 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=1801564 CPUtime=1.97
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 994 0 -1 64 10672 0 0 0 193 4 0 0 17 0 12 0 167876078 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 167876078 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=1801564 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167876078 1844801536 116979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1054.06
Current children cumulated vsize (KiB) 1801564

Child status: 20
Real time (s): 1039.19
CPU time (s): 1054.13
CPU user time (s): 1053.19
CPU system time (s): 0.940856
CPU usage (%): 101.438
Max. virtual memory (cumulated for all children) (KiB): 1801868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1053.19
system time used= 0.940856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153980
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27144
involuntary context switches= 33998

runsolver used 1.22781 second user time and 3.32649 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Wed Apr 18 17:46:23 UTC 2007

IDJOB= 358898
IDBENCH= 1247
IDSOLVER= 160
FILE ID= node4/358898-1176918383

PBS_JOBID= 4595253

Free space on /tmp= 66471 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.1111226368.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358898-1176918383/sat4jPseudoCP.jar /tmp/evaluation/358898-1176918383/instance-358898-1176918383.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-358898-1176918383 -o ROOT/results/node4/solver-358898-1176918383 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358898-1176918383/sat4jPseudoCP.jar /tmp/evaluation/358898-1176918383/instance-358898-1176918383.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b01ebef74b04e5bd139a4b864d0981a6

RANDOM SEED= 253858756

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.218
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.218
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:       1830384 kB
Buffers:         25304 kB
Cached:         121044 kB
SwapCached:       2300 kB
Active:          70180 kB
Inactive:        99012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830384 kB
SwapTotal:     4192956 kB
SwapFree:      4153812 kB
Dirty:            3788 kB
Writeback:           0 kB
Mapped:          30396 kB
Slab:            41868 kB
Committed_AS:  5255856 kB
PageTables:       1816 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= 66471 MiB

End job on node4 on Wed Apr 18 18:03:43 UTC 2007