Trace number 363915

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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (MO) 1713.91 1699.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-sao2.b.opb
MD5SUMa91a8cbbe2491e496acc19538dbd623f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1.19882
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of variables372
Total number of constraints772
Number of constraints which are clauses772
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
Number of terms in the objective function 372
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 372
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 372
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.15	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.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/363915-1177034592/instance-363915-1177034592.opb
0.20/0.20	c reading problem ... 
1.01/0.73	c ... done. Wall clock time 0.527s.
1.01/0.73	c CPU time (experimental) 0.63s.
1.01/0.73	c #vars     372
1.01/0.73	c #constraints  644
1.01/0.75	c SATISFIABLE
1.01/0.75	c OPTIMIZING...
1.01/0.75	c Got one! Elapsed wall clock time (in seconds):0.551
1.01/0.77	o 37
1.21/0.81	c Got one! Elapsed wall clock time (in seconds):0.607
1.21/0.82	o 36

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node67/watcher-363915-1177034592 -o ROOT/results/node67/solver-363915-1177034592 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363915-1177034592/sat4jPseudoResolution.jar /tmp/evaluation/363915-1177034592/instance-363915-1177034592.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.83 0.97 0.98 3/64 2282
/proc/meminfo: memFree=1788264/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=152 CPUtime=0
/proc/2282/stat : 2282 (java) D 2280 2282 2219 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 179448689 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6890276 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2282/statm: 38 26 19 9 0 4 0

[startup+0.0827771 s]
/proc/loadavg: 0.83 0.97 0.98 3/64 2282
/proc/meminfo: memFree=1788264/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1777844 CPUtime=0.06
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 3792 0 1 0 4 2 0 0 18 0 7 0 179448689 1820512256 3535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 444461 3535 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101783 s]
/proc/loadavg: 0.83 0.97 0.98 3/64 2282
/proc/meminfo: memFree=1788264/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1780108 CPUtime=0.08
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 3972 0 1 0 6 2 0 0 18 0 12 0 179448689 1822830592 3714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 445027 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301818 s]
/proc/loadavg: 0.83 0.97 0.98 3/64 2282
/proc/meminfo: memFree=1788264/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1782044 CPUtime=0.31
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 5108 0 1 0 28 3 0 0 18 0 12 0 179448689 1824813056 4847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 445511 4847 1264 9 0 443123 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782044

[startup+0.701893 s]
/proc/loadavg: 0.83 0.97 0.98 3/64 2282
/proc/meminfo: memFree=1788264/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1785160 CPUtime=1.01
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 7867 0 1 0 97 4 0 0 18 0 12 0 179448689 1828003840 7113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 446290 7113 1301 9 0 443902 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1785160

[startup+1.50303 s]
/proc/loadavg: 0.83 0.97 0.98 4/77 2297
/proc/meminfo: memFree=1761472/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1788536 CPUtime=2.61
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 12223 0 1 0 255 6 0 0 18 0 13 0 179448689 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 447134 8434 1315 9 0 444746 0
[pid=2282/tid=2284] ppid=2280 vsize=1788536 CPUtime=1.39
/proc/2282/task/2284/stat : 2284 (java) R 2280 2282 2219 0 -1 64 5980 0 1 0 136 3 0 0 25 0 13 0 179448690 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109214534 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2285] ppid=2280 vsize=1788536 CPUtime=0
/proc/2282/task/2285/stat : 2285 (java) S 2280 2282 2219 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 179448692 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2286] ppid=2280 vsize=1788536 CPUtime=0
/proc/2282/task/2286/stat : 2286 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 179448692 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2287] ppid=2280 vsize=1788536 CPUtime=0
/proc/2282/task/2287/stat : 2287 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 179448694 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2288] ppid=2280 vsize=1788536 CPUtime=0
/proc/2282/task/2288/stat : 2288 (java) S 2280 2282 2219 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 179448695 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2289] ppid=2280 vsize=1788536 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2280 2282 2219 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 179448695 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2290] ppid=2280 vsize=1788536 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179448698 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2291] ppid=2280 vsize=1788536 CPUtime=0.61
/proc/2282/task/2291/stat : 2291 (java) R 2280 2282 2219 0 -1 64 2320 0 0 0 60 1 0 0 20 0 13 0 179448698 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103061891 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2292] ppid=2280 vsize=1788536 CPUtime=0.57
/proc/2282/task/2292/stat : 2292 (java) R 2280 2282 2219 0 -1 64 3199 0 0 0 57 0 0 0 19 0 13 0 179448698 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395444 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2293] ppid=2280 vsize=1788536 CPUtime=0
/proc/2282/task/2293/stat : 2293 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 179448698 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2294] ppid=2280 vsize=1788536 CPUtime=0
/proc/2282/task/2294/stat : 2294 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179448698 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2297] ppid=2280 vsize=1788536 CPUtime=0
/proc/2282/task/2297/stat : 2297 (java) S 2280 2282 2219 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 179448774 1831460864 8434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1788536

[startup+3.10133 s]
/proc/loadavg: 0.83 0.97 0.98 2/77 2297
/proc/meminfo: memFree=1754880/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1791976 CPUtime=4.67
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 14997 0 1 0 459 8 0 0 18 0 13 0 179448689 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 447994 10309 1322 9 0 445606 0
[pid=2282/tid=2284] ppid=2280 vsize=1791976 CPUtime=2.96
/proc/2282/task/2284/stat : 2284 (java) R 2280 2282 2219 0 -1 64 6938 0 1 0 292 4 0 0 25 0 13 0 179448690 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828759 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2285] ppid=2280 vsize=1791976 CPUtime=0
/proc/2282/task/2285/stat : 2285 (java) S 2280 2282 2219 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 179448692 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2286] ppid=2280 vsize=1791976 CPUtime=0
/proc/2282/task/2286/stat : 2286 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 179448692 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2287] ppid=2280 vsize=1791976 CPUtime=0
/proc/2282/task/2287/stat : 2287 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 179448694 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2288] ppid=2280 vsize=1791976 CPUtime=0
/proc/2282/task/2288/stat : 2288 (java) S 2280 2282 2219 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 179448695 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2289] ppid=2280 vsize=1791976 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2280 2282 2219 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 179448695 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2290] ppid=2280 vsize=1791976 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179448698 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2291] ppid=2280 vsize=1791976 CPUtime=0.81
/proc/2282/task/2291/stat : 2291 (java) S 2280 2282 2219 0 -1 64 4018 0 0 0 79 2 0 0 16 0 13 0 179448698 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2292] ppid=2280 vsize=1791976 CPUtime=0.87
/proc/2282/task/2292/stat : 2292 (java) S 2280 2282 2219 0 -1 64 3317 0 0 0 87 0 0 0 16 0 13 0 179448698 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2293] ppid=2280 vsize=1791976 CPUtime=0
/proc/2282/task/2293/stat : 2293 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 179448698 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2294] ppid=2280 vsize=1791976 CPUtime=0
/proc/2282/task/2294/stat : 2294 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179448698 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2297] ppid=2280 vsize=1791976 CPUtime=0
/proc/2282/task/2297/stat : 2297 (java) S 2280 2282 2219 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 179448774 1834983424 10309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 1791976

[startup+6.30292 s]
/proc/loadavg: 0.84 0.97 0.98 2/77 2297
/proc/meminfo: memFree=1744640/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1791536 CPUtime=7.87
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 17545 0 1 0 778 9 0 0 18 0 13 0 179448689 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 447884 12739 1322 9 0 445496 0
[pid=2282/tid=2284] ppid=2280 vsize=1791536 CPUtime=6.15
/proc/2282/task/2284/stat : 2284 (java) R 2280 2282 2219 0 -1 64 9486 0 1 0 610 5 0 0 25 0 13 0 179448690 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109718867 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2285] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2285/stat : 2285 (java) S 2280 2282 2219 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 179448692 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2286] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2286/stat : 2286 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 179448692 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2287] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2287/stat : 2287 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 179448694 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2288] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2288/stat : 2288 (java) S 2280 2282 2219 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 179448695 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2289] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2280 2282 2219 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 179448695 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2290] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179448698 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2291] ppid=2280 vsize=1791536 CPUtime=0.82
/proc/2282/task/2291/stat : 2291 (java) S 2280 2282 2219 0 -1 64 4018 0 0 0 80 2 0 0 17 0 13 0 179448698 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2292] ppid=2280 vsize=1791536 CPUtime=0.87
/proc/2282/task/2292/stat : 2292 (java) S 2280 2282 2219 0 -1 64 3317 0 0 0 87 0 0 0 16 0 13 0 179448698 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2293] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2293/stat : 2293 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 179448698 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2294] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2294/stat : 2294 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179448698 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2297] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2297/stat : 2297 (java) S 2280 2282 2219 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 179448774 1834532864 12739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1791536

[startup+12.7021 s]
/proc/loadavg: 0.85 0.97 0.98 2/77 2297
/proc/meminfo: memFree=1727744/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1791536 CPUtime=14.28
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 21431 0 1 0 1418 10 0 0 18 0 13 0 179448689 1834532864 16625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 447884 16625 1322 9 0 445496 0
[pid=2282/tid=2284] ppid=2280 vsize=1791536 CPUtime=12.54
/proc/2282/task/2284/stat : 2284 (java) R 2280 2282 2219 0 -1 64 13372 0 1 0 1248 6 0 0 25 0 13 0 179448690 1834532864 16625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109668395 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2285] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2285/stat : 2285 (java) S 2280 2282 2219 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 179448692 1834532864 16625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2286] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2286/stat : 2286 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 179448692 1834532864 16625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2287] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2287/stat : 2287 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 179448694 1834532864 16625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2288] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2288/stat : 2288 (java) S 2280 2282 2219 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 179448695 1834532864 16626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2289] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2280 2282 2219 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 179448695 1834532864 16626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2290] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179448698 1834532864 16626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2291] ppid=2280 vsize=1791536 CPUtime=0.82
/proc/2282/task/2291/stat : 2291 (java) S 2280 2282 2219 0 -1 64 4018 0 0 0 80 2 0 0 17 0 13 0 179448698 1834532864 16626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2292] ppid=2280 vsize=1791536 CPUtime=0.88
/proc/2282/task/2292/stat : 2292 (java) S 2280 2282 2219 0 -1 64 3317 0 0 0 88 0 0 0 16 0 13 0 179448698 1834532864 16626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2293] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2293/stat : 2293 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 179448698 1834532864 16626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2294] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2294/stat : 2294 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179448698 1834532864 16626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2297] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2297/stat : 2297 (java) S 2280 2282 2219 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 179448774 1834532864 16626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 1791536

[startup+25.5024 s]
/proc/loadavg: 0.88 0.97 0.98 2/77 2297
/proc/meminfo: memFree=1697984/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1791536 CPUtime=27.07
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 28641 0 1 0 2693 14 0 0 18 0 13 0 179448689 1834532864 23835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 447884 23835 1322 9 0 445496 0
[pid=2282/tid=2284] ppid=2280 vsize=1791536 CPUtime=25.33
/proc/2282/task/2284/stat : 2284 (java) R 2280 2282 2219 0 -1 64 20581 0 1 0 2523 10 0 0 25 0 13 0 179448690 1834532864 23835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726797 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2285] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2285/stat : 2285 (java) S 2280 2282 2219 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 179448692 1834532864 23835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2286] ppid=2280 vsize=1791536 CPUtime=0
/proc/2282/task/2286/stat : 2286 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 179448692 1834532864 23835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=2282/tid=2288] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2288/stat : 2288 (java) S 2280 2282 2219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 179448695 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2289] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2280 2282 2219 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 179448695 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2290] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2291] ppid=2280 vsize=1812024 CPUtime=0.83
/proc/2282/task/2291/stat : 2291 (java) S 2280 2282 2219 0 -1 64 4019 0 0 0 81 2 0 0 17 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2292] ppid=2280 vsize=1812024 CPUtime=0.88
/proc/2282/task/2292/stat : 2292 (java) S 2280 2282 2219 0 -1 64 3317 0 0 0 88 0 0 0 16 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2293] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2293/stat : 2293 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2294] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2294/stat : 2294 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2297] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2297/stat : 2297 (java) S 2280 2282 2219 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 179448774 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.95
Current children cumulated vsize (KiB) 1812024

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 2297
/proc/meminfo: memFree=286600/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1812024 CPUtime=1675.93
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 452718 0 1 0 167379 214 0 0 18 0 13 0 179448689 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 453006 375744 1331 9 0 450618 0
[pid=2282/tid=2284] ppid=2280 vsize=1812024 CPUtime=1648.27
/proc/2282/task/2284/stat : 2284 (java) R 2280 2282 2219 0 -1 64 37727 0 1 0 164807 20 0 0 25 0 13 0 179448690 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109718342 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2285] ppid=2280 vsize=1812024 CPUtime=12.82
/proc/2282/task/2285/stat : 2285 (java) S 2280 2282 2219 0 -1 64 210220 0 0 0 1187 95 0 0 22 0 13 0 179448692 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2286] ppid=2280 vsize=1812024 CPUtime=13.07
/proc/2282/task/2286/stat : 2286 (java) S 2280 2282 2219 0 -1 64 196705 0 0 0 1213 94 0 0 21 0 13 0 179448692 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2287] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2287/stat : 2287 (java) S 2280 2282 2219 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 179448694 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2288] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2288/stat : 2288 (java) S 2280 2282 2219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 179448695 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2289] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2280 2282 2219 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 179448695 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2290] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2291] ppid=2280 vsize=1812024 CPUtime=0.83
/proc/2282/task/2291/stat : 2291 (java) S 2280 2282 2219 0 -1 64 4019 0 0 0 81 2 0 0 17 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2292] ppid=2280 vsize=1812024 CPUtime=0.88
/proc/2282/task/2292/stat : 2292 (java) S 2280 2282 2219 0 -1 64 3317 0 0 0 88 0 0 0 16 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2293] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2293/stat : 2293 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2294] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2294/stat : 2294 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179448698 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2297] ppid=2280 vsize=1812024 CPUtime=0
/proc/2282/task/2297/stat : 2297 (java) S 2280 2282 2219 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 179448774 1855512576 375744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.93
Current children cumulated vsize (KiB) 1812024



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1697.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 2297
/proc/meminfo: memFree=202888/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1844028 CPUtime=1711.66
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 482003 0 2 0 170940 226 0 0 18 0 13 0 179448689 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 461007 396535 1333 9 0 458619 0
[pid=2282/tid=2284] ppid=2280 vsize=1844028 CPUtime=1682.03
/proc/2282/task/2284/stat : 2284 (java) S 2280 2282 2219 0 -1 64 37727 0 1 0 168183 20 0 0 25 0 13 0 179448690 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2285] ppid=2280 vsize=1844028 CPUtime=13.28
/proc/2282/task/2285/stat : 2285 (java) S 2280 2282 2219 0 -1 64 215582 0 0 0 1230 98 0 0 16 0 13 0 179448692 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2286] ppid=2280 vsize=1844028 CPUtime=13.53
/proc/2282/task/2286/stat : 2286 (java) S 2280 2282 2219 0 -1 64 205122 0 0 0 1255 98 0 0 21 0 13 0 179448692 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2287] ppid=2280 vsize=1844028 CPUtime=1.06
/proc/2282/task/2287/stat : 2287 (java) R 2280 2282 2219 0 -1 64 15513 0 1 0 101 5 0 0 18 0 13 0 179448694 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102810705 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2288] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2288/stat : 2288 (java) S 2280 2282 2219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 179448695 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2289] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2280 2282 2219 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 179448695 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2290] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2291] ppid=2280 vsize=1844028 CPUtime=0.83
/proc/2282/task/2291/stat : 2291 (java) S 2280 2282 2219 0 -1 64 4019 0 0 0 81 2 0 0 17 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2292] ppid=2280 vsize=1844028 CPUtime=0.88
/proc/2282/task/2292/stat : 2292 (java) S 2280 2282 2219 0 -1 64 3317 0 0 0 88 0 0 0 16 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2293] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2293/stat : 2293 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2294] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2294/stat : 2294 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2297] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2297/stat : 2297 (java) S 2280 2282 2219 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 179448774 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.66
Current children cumulated vsize (KiB) 1844028

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1699 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 2298
/proc/meminfo: memFree=202880/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1844028 CPUtime=1713.06
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 482004 0 2 0 171080 226 0 0 16 0 13 0 179448689 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2282/statm: 461007 396535 1333 9 0 458619 0
[pid=2282/tid=2284] ppid=2280 vsize=1844028 CPUtime=1682.03
/proc/2282/task/2284/stat : 2284 (java) S 2280 2282 2219 0 -1 64 37727 0 1 0 168183 20 0 0 25 0 13 0 179448690 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2285] ppid=2280 vsize=1844028 CPUtime=13.28
/proc/2282/task/2285/stat : 2285 (java) S 2280 2282 2219 0 -1 64 215582 0 0 0 1230 98 0 0 16 0 13 0 179448692 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2286] ppid=2280 vsize=1844028 CPUtime=13.53
/proc/2282/task/2286/stat : 2286 (java) S 2280 2282 2219 0 -1 64 205122 0 0 0 1255 98 0 0 21 0 13 0 179448692 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2287] ppid=2280 vsize=1844028 CPUtime=2.45
/proc/2282/task/2287/stat : 2287 (java) R 2280 2282 2219 0 -1 64 15513 0 1 0 240 5 0 0 20 0 13 0 179448694 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105065174 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2288] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2288/stat : 2288 (java) S 2280 2282 2219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 179448695 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2289] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2280 2282 2219 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 179448695 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2290] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2280 2282 2219 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2291] ppid=2280 vsize=1844028 CPUtime=0.83
/proc/2282/task/2291/stat : 2291 (java) S 2280 2282 2219 0 -1 64 4019 0 0 0 81 2 0 0 17 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2292] ppid=2280 vsize=1844028 CPUtime=0.88
/proc/2282/task/2292/stat : 2292 (java) S 2280 2282 2219 0 -1 64 3317 0 0 0 88 0 0 0 16 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2293] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2293/stat : 2293 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2294] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2294/stat : 2294 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2297] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2297/stat : 2297 (java) S 2280 2282 2219 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 179448774 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.06
Current children cumulated vsize (KiB) 1844028

[startup+1699.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 2298
/proc/meminfo: memFree=202880/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=1844028 CPUtime=1713.46
/proc/2282/stat : 2282 (java) S 2280 2282 2219 0 -1 0 482004 0 2 0 171120 226 0 0 16 0 13 0 179448689 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2282/statm: 461007 396535 1333 9 0 458619 0
[pid=2282/tid=2284] ppid=2280 vsize=1844028 CPUtime=1682.03
/proc/2282/task/2284/stat : 2284 (java) S 2280 2282 2219 0 -1 64 37727 0 1 0 168183 20 0 0 25 0 13 0 179448690 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2285] ppid=2280 vsize=1844028 CPUtime=13.28
/proc/2282/task/2285/stat : 2285 (java) S 2280 2282 2219 0 -1 64 215582 0 0 0 1230 98 0 0 16 0 13 0 179448692 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2286] ppid=2280 vsize=1844028 CPUtime=13.53
/proc/2282/task/2286/stat : 2286 (java) S 2280 2282 2219 0 -1 64 205122 0 0 0 1255 98 0 0 21 0 13 0 179448692 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2287] ppid=2280 vsize=1844028 CPUtime=2.85
/proc/2282/task/2287/stat : 2287 (java) R 2280 2282 2219 0 -1 64 15513 0 1 0 280 5 0 0 21 0 13 0 179448694 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105332869 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2288] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2288/stat : 2288 (java) S 2280 2282 2219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 179448695 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2289] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2280 2282 2219 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 179448695 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2290] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2280 2282 2219 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2291] ppid=2280 vsize=1844028 CPUtime=0.83
/proc/2282/task/2291/stat : 2291 (java) S 2280 2282 2219 0 -1 64 4019 0 0 0 81 2 0 0 17 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2292] ppid=2280 vsize=1844028 CPUtime=0.88
/proc/2282/task/2292/stat : 2292 (java) S 2280 2282 2219 0 -1 64 3317 0 0 0 88 0 0 0 16 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2293] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2293/stat : 2293 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2282/tid=2294] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2294/stat : 2294 (java) S 2280 2282 2219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 179448698 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2282/tid=2297] ppid=2280 vsize=1844028 CPUtime=0
/proc/2282/task/2297/stat : 2297 (java) S 2280 2282 2219 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 179448774 1888284672 396535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.46
Current children cumulated vsize (KiB) 1844028

[startup+1699.8 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 2298
/proc/meminfo: memFree=202880/2055920 swapFree=4180708/4192956
[pid=2282] ppid=2280 vsize=0 CPUtime=1713.86
/proc/2282/stat : 2282 (java) Z 2280 2282 2219 0 -1 1036 482004 0 2 0 171142 244 0 0 16 0 2 0 179448689 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2282/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1713.86
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1699.85
CPU time (s): 1713.91
CPU user time (s): 1711.42
CPU system time (s): 2.49262
CPU usage (%): 100.828
Max. virtual memory (cumulated for all children) (KiB): 1860032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1711.42
system time used= 2.49262
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482004
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35023
involuntary context switches= 3393

runsolver used 2.04569 second user time and 4.16337 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Fri Apr 20 02:03:12 UTC 2007

IDJOB= 363915
IDBENCH= 2040
IDSOLVER= 159
FILE ID= node67/363915-1177034592

PBS_JOBID= 4640101

Free space on /tmp= 66453 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-sao2.b.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363915-1177034592/sat4jPseudoResolution.jar /tmp/evaluation/363915-1177034592/instance-363915-1177034592.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-363915-1177034592 -o ROOT/results/node67/solver-363915-1177034592 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363915-1177034592/sat4jPseudoResolution.jar /tmp/evaluation/363915-1177034592/instance-363915-1177034592.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a91a8cbbe2491e496acc19538dbd623f

RANDOM SEED= 242947222

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1788736 kB
Buffers:         37624 kB
Cached:         177400 kB
SwapCached:       5976 kB
Active:          57540 kB
Inactive:       169144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788736 kB
SwapTotal:     4192956 kB
SwapFree:      4180708 kB
Dirty:            3876 kB
Writeback:           0 kB
Mapped:          15188 kB
Slab:            26468 kB
Committed_AS:  1037512 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66453 MiB

End job on node67 on Fri Apr 20 02:31:32 UTC 2007