Trace number 350479

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.37 1742.08

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
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 benchmark419.445
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/350479-1176510325/instance-350479-1176510325.opb
0.19/0.20	c reading problem ... 
7.62/6.29	c ... done. Wall clock time 6.092s.
7.81/6.32	c CPU time (experimental) 5.04s.
7.81/6.32	c #vars     84836
7.81/6.32	c #constraints  245061
1800.13/1741.95	c starts		: 2
1800.13/1741.95	c conflicts		: 79475
1800.13/1741.95	c decisions		: 367474
1800.13/1741.95	c propagations		: 31935857
1800.13/1741.95	c inspects		: 984082709
1800.13/1741.95	c learnt literals	: 2
1800.13/1741.96	c learnt binary clauses	: 44
1800.13/1741.96	c learnt ternary clauses	: 66
1800.13/1741.96	c learnt clauses	: 79473
1800.13/1741.96	c root simplifications	: 0
1800.13/1741.96	c removed literals (reason simplification)	: 0
1800.13/1741.96	c reason swapping (by a shorter reason)	: 0
1800.13/1741.96	c Calls to reduceDB	: 0
1800.13/1741.96	c speed (decisions/second)	: 211.73797027161422
1800.13/1741.96	c non guided choices	2420
1800.13/1741.96	s UNKNOWN
1800.13/1741.96	c Total wall clock time (ms): 1741.755

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/node2/watcher-350479-1176510325 -o ROOT/results/node2/solver-350479-1176510325 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350479-1176510325/sat4jPseudoCP.jar /tmp/evaluation/350479-1176510325/instance-350479-1176510325.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: 1.00 1.00 1.00 2/77 22965
/proc/meminfo: memFree=1777912/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=18568 CPUtime=0
/proc/22965/stat : 22965 (runsolver) R 22963 22965 22565 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 127070321 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/22965/statm: 4642 292 257 24 0 2626 0

[startup+0.0251459 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22965
/proc/meminfo: memFree=1777912/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1772952 CPUtime=0
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 1566 0 1 0 0 0 0 0 19 0 2 0 127070321 1815502848 1315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 443238 1326 381 9 0 441252 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1772952

[startup+0.101153 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22965
/proc/meminfo: memFree=1777912/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1780108 CPUtime=0.08
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 3970 0 1 0 5 3 0 0 19 0 12 0 127070321 1822830592 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 445027 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301177 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22965
/proc/meminfo: memFree=1777912/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1781420 CPUtime=0.3
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 5859 0 1 0 26 4 0 0 19 0 12 0 127070321 1824174080 5597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 445355 5597 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781420

[startup+0.701222 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22965
/proc/meminfo: memFree=1777912/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1782428 CPUtime=0.9
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 7520 0 1 0 85 5 0 0 19 0 12 0 127070321 1825206272 6976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 445607 6976 1301 9 0 443219 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782428

[startup+1.50231 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 22977
/proc/meminfo: memFree=1747416/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1785964 CPUtime=2.07
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 18958 0 1 0 197 10 0 0 19 0 12 0 127070321 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 446491 17167 1301 9 0 444103 0
[pid=22965/tid=22967] ppid=22963 vsize=1785964 CPUtime=1.06
/proc/22965/task/22967/stat : 22967 (java) R 22963 22965 22565 0 -1 64 15258 0 1 0 97 9 0 0 19 0 12 0 127070323 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489032 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22968] ppid=22963 vsize=1785964 CPUtime=0
/proc/22965/task/22968/stat : 22968 (java) S 22963 22965 22565 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 127070324 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22969] ppid=22963 vsize=1785964 CPUtime=0
/proc/22965/task/22969/stat : 22969 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 127070324 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22970] ppid=22963 vsize=1785964 CPUtime=0
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 127070326 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1785964 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 127070327 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1785964 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 127070327 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22973] ppid=22963 vsize=1785964 CPUtime=0
/proc/22965/task/22973/stat : 22973 (java) S 22963 22965 22565 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 127070331 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22974] ppid=22963 vsize=1785964 CPUtime=0.51
/proc/22965/task/22974/stat : 22974 (java) S 22963 22965 22565 0 -1 64 2068 0 0 0 51 0 0 0 16 0 12 0 127070331 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22975] ppid=22963 vsize=1785964 CPUtime=0.48
/proc/22965/task/22975/stat : 22975 (java) S 22963 22965 22565 0 -1 64 910 0 0 0 48 0 0 0 17 0 12 0 127070331 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22976] ppid=22963 vsize=1785964 CPUtime=0
/proc/22965/task/22976/stat : 22976 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 127070331 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22977] ppid=22963 vsize=1785964 CPUtime=0
/proc/22965/task/22977/stat : 22977 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127070331 1828827136 17167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 1785964

[startup+3.10247 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 22977
/proc/meminfo: memFree=1650392/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1786612 CPUtime=3.77
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 44319 0 1 0 353 24 0 0 19 0 12 0 127070321 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 446653 42515 1310 9 0 444265 0
[pid=22965/tid=22967] ppid=22963 vsize=1786612 CPUtime=2.57
/proc/22965/task/22967/stat : 22967 (java) R 22963 22965 22565 0 -1 64 37674 0 1 0 236 21 0 0 22 0 12 0 127070323 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109508260 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22968] ppid=22963 vsize=1786612 CPUtime=0.08
/proc/22965/task/22968/stat : 22968 (java) S 22963 22965 22565 0 -1 64 1509 0 0 0 8 0 0 0 16 0 12 0 127070324 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22969] ppid=22963 vsize=1786612 CPUtime=0.08
/proc/22965/task/22969/stat : 22969 (java) S 22963 22965 22565 0 -1 64 1431 0 0 0 8 0 0 0 16 0 12 0 127070324 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22970] ppid=22963 vsize=1786612 CPUtime=0
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 127070326 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1786612 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127070327 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1786612 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127070327 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22973] ppid=22963 vsize=1786612 CPUtime=0
/proc/22965/task/22973/stat : 22973 (java) S 22963 22965 22565 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 127070331 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22974] ppid=22963 vsize=1786612 CPUtime=0.51
/proc/22965/task/22974/stat : 22974 (java) S 22963 22965 22565 0 -1 64 2068 0 0 0 51 0 0 0 16 0 12 0 127070331 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22975] ppid=22963 vsize=1786612 CPUtime=0.48
/proc/22965/task/22975/stat : 22975 (java) S 22963 22965 22565 0 -1 64 910 0 0 0 48 0 0 0 17 0 12 0 127070331 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22976] ppid=22963 vsize=1786612 CPUtime=0
/proc/22965/task/22976/stat : 22976 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 127070331 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22977] ppid=22963 vsize=1786612 CPUtime=0
/proc/22965/task/22977/stat : 22977 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127070331 1829490688 42515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1786612

[startup+6.30262 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 22977
/proc/meminfo: memFree=1574616/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1790548 CPUtime=7.81
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 59820 0 1 0 750 31 0 0 19 0 12 0 127070321 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 447637 56595 1317 9 0 445249 0
[pid=22965/tid=22967] ppid=22963 vsize=1790548 CPUtime=5.04
/proc/22965/task/22967/stat : 22967 (java) R 22963 22965 22565 0 -1 64 37700 0 1 0 483 21 0 0 17 0 12 0 127070323 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221275 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22968] ppid=22963 vsize=1790548 CPUtime=0.73
/proc/22965/task/22968/stat : 22968 (java) S 22963 22965 22565 0 -1 64 8740 0 0 0 69 4 0 0 16 0 12 0 127070324 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22969] ppid=22963 vsize=1790548 CPUtime=0.73
/proc/22965/task/22969/stat : 22969 (java) S 22963 22965 22565 0 -1 64 8768 0 0 0 70 3 0 0 16 0 12 0 127070324 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22970] ppid=22963 vsize=1790548 CPUtime=0
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 127070326 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1790548 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127070327 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1790548 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127070327 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22973] ppid=22963 vsize=1790548 CPUtime=0
/proc/22965/task/22973/stat : 22973 (java) S 22963 22965 22565 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 127070331 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22974] ppid=22963 vsize=1790548 CPUtime=0.68
/proc/22965/task/22974/stat : 22974 (java) R 22963 22965 22565 0 -1 64 2956 0 0 0 68 0 0 0 17 0 12 0 127070331 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395714 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22975] ppid=22963 vsize=1790548 CPUtime=0.58
/proc/22965/task/22975/stat : 22975 (java) R 22963 22965 22565 0 -1 64 924 0 0 0 58 0 0 0 17 0 12 0 127070331 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336786 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22976] ppid=22963 vsize=1790548 CPUtime=0
/proc/22965/task/22976/stat : 22976 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 127070331 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22977] ppid=22963 vsize=1790548 CPUtime=0
/proc/22965/task/22977/stat : 22977 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127070331 1833521152 56595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 1790548

[startup+12.7023 s]
/proc/loadavg: 1.16 1.03 1.01 3/90 22978
/proc/meminfo: memFree=1526416/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1797600 CPUtime=17.43
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 76946 0 1 0 1703 40 0 0 19 0 13 0 127070321 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 449400 65434 1331 9 0 447012 0
[pid=22965/tid=22967] ppid=22963 vsize=1797600 CPUtime=9.82
/proc/22965/task/22967/stat : 22967 (java) R 22963 22965 22565 0 -1 64 37731 0 1 0 960 22 0 0 25 0 13 0 127070323 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109596925 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22968] ppid=22963 vsize=1797600 CPUtime=1.56
/proc/22965/task/22968/stat : 22968 (java) S 22963 22965 22565 0 -1 64 11764 0 0 0 151 5 0 0 16 0 13 0 127070324 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22969] ppid=22963 vsize=1797600 CPUtime=1.57
/proc/22965/task/22969/stat : 22969 (java) S 22963 22965 22565 0 -1 64 14073 0 0 0 151 6 0 0 17 0 13 0 127070324 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22970] ppid=22963 vsize=1797600 CPUtime=0
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 127070326 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1797600 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127070327 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1797600 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127070327 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22973] ppid=22963 vsize=1797600 CPUtime=0
/proc/22965/task/22973/stat : 22973 (java) S 22963 22965 22565 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 127070331 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22974] ppid=22963 vsize=1797600 CPUtime=2.15
/proc/22965/task/22974/stat : 22974 (java) S 22963 22965 22565 0 -1 64 7056 0 0 0 213 2 0 0 16 0 13 0 127070331 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22975] ppid=22963 vsize=1797600 CPUtime=2.28
/proc/22965/task/22975/stat : 22975 (java) R 22963 22965 22565 0 -1 64 5584 0 0 0 225 3 0 0 16 0 13 0 127070331 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103319293 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22976] ppid=22963 vsize=1797600 CPUtime=0
/proc/22965/task/22976/stat : 22976 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127070331 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22977] ppid=22963 vsize=1797600 CPUtime=0
/proc/22965/task/22977/stat : 22977 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127070331 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22978] ppid=22963 vsize=1797600 CPUtime=0
/proc/22965/task/22978/stat : 22978 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 127070966 1840742400 65434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.43
Current children cumulated vsize (KiB) 1797600

[startup+25.5018 s]
/proc/loadavg: 1.12 1.03 1.01 2/90 22978
/proc/meminfo: memFree=1517264/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1797272 CPUtime=31.04
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 82936 0 1 0 3061 43 0 0 19 0 13 0 127070321 1840406528 66253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 449318 66253 1332 9 0 446930 0
[pid=22965/tid=22967] ppid=22963 vsize=1797272 CPUtime=22.31
/proc/22965/task/22967/stat : 22967 (java) R 22963 22965 22565 0 -1 64 37750 0 1 0 2209 22 0 0 23 0 13 0 127070323 1840406528 66253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848801 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22968] ppid=22963 vsize=1797272 CPUtime=1.8
/proc/22965/task/22968/stat : 22968 (java) S 22963 22965 22565 0 -1 64 12743 0 0 0 174 6 0 0 16 0 13 0 127070324 1840406528 66253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22969] ppid=22963 vsize=1797272 CPUtime=1.8
/proc/22965/task/22969/stat : 22969 (java) S 22963 22965 22565 0 -1 64 15512 0 0 0 174 6 0 0 16 0 13 0 127070324 1840406528 66253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22970] ppid=22963 vsize=1797272 CPUtime=0.01
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 127070326 1840406528 66253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 66253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 66253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=22965/tid=22970] ppid=22963 vsize=1797272 CPUtime=0.22
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 22 0 0 0 14 8 0 0 15 0 13 0 127070326 1840406528 131644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 131644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 131644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22973] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22973/stat : 22973 (java) S 22963 22965 22565 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 131644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22974] ppid=22963 vsize=1797272 CPUtime=2.28
/proc/22965/task/22974/stat : 22974 (java) S 22963 22965 22565 0 -1 64 7057 0 0 0 226 2 0 0 16 0 13 0 127070331 1840406528 131644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22975] ppid=22963 vsize=1797272 CPUtime=2.87
/proc/22965/task/22975/stat : 22975 (java) S 22963 22965 22565 0 -1 64 9134 0 0 0 283 4 0 0 16 0 13 0 127070331 1840406528 131644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22976] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22976/stat : 22976 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 131644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22977] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22977/stat : 22977 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127070331 1840406528 131644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22978] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22978/stat : 22978 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 127070966 1840406528 131644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.84
Current children cumulated vsize (KiB) 1797272

[startup+1602.3 s]
/proc/loadavg: 1.18 1.06 1.01 2/90 22980
/proc/meminfo: memFree=1244496/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1797272 CPUtime=1654.4
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 156322 0 1 0 165345 95 0 0 19 0 13 0 127070321 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 449318 134322 1335 9 0 446930 0
[pid=22965/tid=22967] ppid=22963 vsize=1797272 CPUtime=1550.09
/proc/22965/task/22967/stat : 22967 (java) R 22963 22965 22565 0 -1 64 38630 0 1 0 154980 29 0 0 25 0 13 0 127070323 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109775814 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22968] ppid=22963 vsize=1797272 CPUtime=49.41
/proc/22965/task/22968/stat : 22968 (java) S 22963 22965 22565 0 -1 64 51072 0 0 0 4916 25 0 0 17 0 13 0 127070324 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22969] ppid=22963 vsize=1797272 CPUtime=49.46
/proc/22965/task/22969/stat : 22969 (java) S 22963 22965 22565 0 -1 64 49682 0 0 0 4922 24 0 0 16 0 13 0 127070324 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22970] ppid=22963 vsize=1797272 CPUtime=0.23
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 22 0 0 0 15 8 0 0 16 0 13 0 127070326 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22973] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22973/stat : 22973 (java) S 22963 22965 22565 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22974] ppid=22963 vsize=1797272 CPUtime=2.28
/proc/22965/task/22974/stat : 22974 (java) S 22963 22965 22565 0 -1 64 7057 0 0 0 226 2 0 0 16 0 13 0 127070331 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22975] ppid=22963 vsize=1797272 CPUtime=2.87
/proc/22965/task/22975/stat : 22975 (java) S 22963 22965 22565 0 -1 64 9134 0 0 0 283 4 0 0 16 0 13 0 127070331 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22976] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22976/stat : 22976 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22977] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22977/stat : 22977 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127070331 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22978] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22978/stat : 22978 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 127070966 1840406528 134322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.4
Current children cumulated vsize (KiB) 1797272

[startup+1662.3 s]
/proc/loadavg: 1.11 1.06 1.01 2/90 22980
/proc/meminfo: memFree=1233040/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1797272 CPUtime=1716.99
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 159260 0 1 0 171602 97 0 0 19 0 13 0 127070321 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 449318 137125 1335 9 0 446930 0
[pid=22965/tid=22967] ppid=22963 vsize=1797272 CPUtime=1607.4
/proc/22965/task/22967/stat : 22967 (java) R 22963 22965 22565 0 -1 64 38661 0 1 0 160711 29 0 0 25 0 13 0 127070323 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110011810 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22968] ppid=22963 vsize=1797272 CPUtime=52.05
/proc/22965/task/22968/stat : 22968 (java) S 22963 22965 22565 0 -1 64 53168 0 0 0 5179 26 0 0 16 0 13 0 127070324 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22969] ppid=22963 vsize=1797272 CPUtime=52.09
/proc/22965/task/22969/stat : 22969 (java) S 22963 22965 22565 0 -1 64 50493 0 0 0 5185 24 0 0 16 0 13 0 127070324 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22970] ppid=22963 vsize=1797272 CPUtime=0.24
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 22 0 0 0 16 8 0 0 15 0 13 0 127070326 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22973] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22973/stat : 22973 (java) S 22963 22965 22565 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22974] ppid=22963 vsize=1797272 CPUtime=2.28
/proc/22965/task/22974/stat : 22974 (java) S 22963 22965 22565 0 -1 64 7057 0 0 0 226 2 0 0 16 0 13 0 127070331 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22975] ppid=22963 vsize=1797272 CPUtime=2.87
/proc/22965/task/22975/stat : 22975 (java) S 22963 22965 22565 0 -1 64 9134 0 0 0 283 4 0 0 16 0 13 0 127070331 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22976] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22976/stat : 22976 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22977] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22977/stat : 22977 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127070331 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22978] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22978/stat : 22978 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 127070966 1840406528 137125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.99
Current children cumulated vsize (KiB) 1797272

[startup+1722.3 s]
/proc/loadavg: 1.11 1.06 1.01 2/90 22980
/proc/meminfo: memFree=1225616/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1797272 CPUtime=1779.61
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 161183 0 1 0 177863 98 0 0 19 0 13 0 127070321 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 449318 138987 1335 9 0 446930 0
[pid=22965/tid=22967] ppid=22963 vsize=1797272 CPUtime=1664.69
/proc/22965/task/22967/stat : 22967 (java) R 22963 22965 22565 0 -1 64 38691 0 1 0 166440 29 0 0 25 0 13 0 127070323 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110011928 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22968] ppid=22963 vsize=1797272 CPUtime=54.71
/proc/22965/task/22968/stat : 22968 (java) S 22963 22965 22565 0 -1 64 54338 0 0 0 5444 27 0 0 16 0 13 0 127070324 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22969] ppid=22963 vsize=1797272 CPUtime=54.74
/proc/22965/task/22969/stat : 22969 (java) S 22963 22965 22565 0 -1 64 51216 0 0 0 5450 24 0 0 16 0 13 0 127070324 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22970] ppid=22963 vsize=1797272 CPUtime=0.25
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 22 0 0 0 17 8 0 0 16 0 13 0 127070326 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22973] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22973/stat : 22973 (java) S 22963 22965 22565 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22974] ppid=22963 vsize=1797272 CPUtime=2.28
/proc/22965/task/22974/stat : 22974 (java) S 22963 22965 22565 0 -1 64 7057 0 0 0 226 2 0 0 16 0 13 0 127070331 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22975] ppid=22963 vsize=1797272 CPUtime=2.87
/proc/22965/task/22975/stat : 22975 (java) S 22963 22965 22565 0 -1 64 9134 0 0 0 283 4 0 0 16 0 13 0 127070331 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22976] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22976/stat : 22976 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22977] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22977/stat : 22977 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127070331 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22978] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22978/stat : 22978 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 127070966 1840406528 138987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.61
Current children cumulated vsize (KiB) 1797272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1741.9 s]
/proc/loadavg: 1.08 1.06 1.01 3/90 22980
/proc/meminfo: memFree=1223440/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=1797272 CPUtime=1800.13
/proc/22965/stat : 22965 (java) S 22963 22965 22565 0 -1 0 161751 0 1 0 179915 98 0 0 19 0 13 0 127070321 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22965/statm: 449318 139532 1335 9 0 446930 0
[pid=22965/tid=22967] ppid=22963 vsize=1797272 CPUtime=1683.32
/proc/22965/task/22967/stat : 22967 (java) S 22963 22965 22565 0 -1 64 38701 0 1 0 168302 30 0 0 25 0 13 0 127070323 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22968] ppid=22963 vsize=1797272 CPUtime=55.66
/proc/22965/task/22968/stat : 22968 (java) R 22963 22965 22565 0 -1 64 54504 0 0 0 5539 27 0 0 17 0 13 0 127070324 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102354767 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22969] ppid=22963 vsize=1797272 CPUtime=55.7
/proc/22965/task/22969/stat : 22969 (java) R 22963 22965 22565 0 -1 64 51608 0 0 0 5546 24 0 0 17 0 13 0 127070324 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370341 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22970] ppid=22963 vsize=1797272 CPUtime=0.25
/proc/22965/task/22970/stat : 22970 (java) S 22963 22965 22565 0 -1 64 22 0 0 0 17 8 0 0 15 0 13 0 127070326 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22971] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22971/stat : 22971 (java) S 22963 22965 22565 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22972] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22972/stat : 22972 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127070327 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22973] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22973/stat : 22973 (java) S 22963 22965 22565 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22974] ppid=22963 vsize=1797272 CPUtime=2.28
/proc/22965/task/22974/stat : 22974 (java) S 22963 22965 22565 0 -1 64 7057 0 0 0 226 2 0 0 16 0 13 0 127070331 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22965/tid=22975] ppid=22963 vsize=1797272 CPUtime=2.87
/proc/22965/task/22975/stat : 22975 (java) S 22963 22965 22565 0 -1 64 9134 0 0 0 283 4 0 0 16 0 13 0 127070331 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22976] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22976/stat : 22976 (java) S 22963 22965 22565 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127070331 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22977] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22977/stat : 22977 (java) S 22963 22965 22565 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127070331 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22965/tid=22978] ppid=22963 vsize=1797272 CPUtime=0
/proc/22965/task/22978/stat : 22978 (java) S 22963 22965 22565 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 127070966 1840406528 139532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1797272

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

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

[startup+1742.01 s]
/proc/loadavg: 1.08 1.06 1.01 3/90 22980
/proc/meminfo: memFree=1223440/2055920 swapFree=4147236/4192956
[pid=22965] ppid=22963 vsize=0 CPUtime=1800.3
/proc/22965/stat : 22965 (java) Z 22963 22965 22565 0 -1 1036 161993 0 1 0 179929 101 0 0 15 0 2 0 127070321 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22965/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1742.08
CPU time (s): 1800.37
CPU user time (s): 1799.29
CPU system time (s): 1.07684
CPU usage (%): 103.346
Max. virtual memory (cumulated for all children) (KiB): 1804744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 1.07684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161993
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= 44775
involuntary context switches= 53303

runsolver used 2.00169 second user time and 5.49017 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Apr 14 00:25:25 UTC 2007

IDJOB= 350479
IDBENCH= 1465
IDSOLVER= 160
FILE ID= node2/350479-1176510325

PBS_JOBID= 4556697

Free space on /tmp= 66550 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350479-1176510325/sat4jPseudoCP.jar /tmp/evaluation/350479-1176510325/instance-350479-1176510325.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-350479-1176510325 -o ROOT/results/node2/solver-350479-1176510325 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350479-1176510325/sat4jPseudoCP.jar /tmp/evaluation/350479-1176510325/instance-350479-1176510325.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1785d65de493315a1e7654bb7aab8248

RANDOM SEED= 418505392

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.234
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.234
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:       1778384 kB
Buffers:         39548 kB
Cached:         168980 kB
SwapCached:      16960 kB
Active:         159264 kB
Inactive:        75412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778384 kB
SwapTotal:     4192956 kB
SwapFree:      4147236 kB
Dirty:           12108 kB
Writeback:           0 kB
Mapped:          30468 kB
Slab:            28296 kB
Committed_AS:  4637364 kB
PageTables:       1860 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= 66550 MiB

End job on node2 on Sat Apr 14 00:54:29 UTC 2007