Trace number 360451

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.27 1796.57

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.33549
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.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=1.5 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/360451-1176969353/instance-360451-1176969353.opb
0.19/0.20	c reading problem ... 
3.73/3.16	c ... done. Wall clock time 2.958s.
3.73/3.16	c CPU time (experimental) 2.61s.
3.73/3.16	c #vars     1440
3.73/3.16	c #constraints  86400
1800.09/1796.41	c starts		: 22
1800.09/1796.41	c conflicts		: 1047908
1800.09/1796.41	c decisions		: 1279650
1800.09/1796.41	c propagations		: 118177624
1800.09/1796.41	c inspects		: 4258377642
1800.09/1796.41	c learnt literals	: 0
1800.09/1796.41	c learnt binary clauses	: 0
1800.09/1796.41	c learnt ternary clauses	: 0
1800.09/1796.41	c learnt clauses	: 1047908
1800.09/1796.41	c root simplifications	: 0
1800.09/1796.41	c removed literals (reason simplification)	: 0
1800.09/1796.41	c reason swapping (by a shorter reason)	: 0
1800.09/1796.41	c Calls to reduceDB	: 0
1800.09/1796.41	c speed (decisions/second)	: 713.5946287317126
1800.09/1796.41	c non guided choices	214
1800.09/1796.41	s UNKNOWN
1800.09/1796.41	c Total wall clock time (ms): 1796.209

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/node12/watcher-360451-1176969353 -o ROOT/results/node12/solver-360451-1176969353 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360451-1176969353/sat4jPseudoResolution.jar /tmp/evaluation/360451-1176969353/instance-360451-1176969353.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.03 1.12 1.05 2/77 8380
/proc/meminfo: memFree=1742064/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=0 CPUtime=0
/proc/8380/stat : 8380 (runsolver) R 8378 8380 7361 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 172972656 0 0 18446744073709551615 0 0 0 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8380/statm: 0 0 0 0 0 0 0

[startup+0.027743 s]
/proc/loadavg: 1.03 1.12 1.05 2/77 8380
/proc/meminfo: memFree=1742064/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1772952 CPUtime=0
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 1915 0 1 0 0 0 0 0 18 0 2 0 172972656 1815502848 1665 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 443238 1675 381 9 0 441252 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1772952

[startup+0.10174 s]
/proc/loadavg: 1.03 1.12 1.05 2/77 8380
/proc/meminfo: memFree=1742064/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1780108 CPUtime=0.08
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 3964 0 1 0 6 2 0 0 18 0 12 0 172972656 1822830592 3706 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 445027 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301764 s]
/proc/loadavg: 1.03 1.12 1.05 2/77 8380
/proc/meminfo: memFree=1742064/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1782264 CPUtime=0.29
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 5167 0 1 0 27 2 0 0 18 0 12 0 172972656 1825038336 4906 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 445566 4906 1263 9 0 443178 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782264

[startup+0.701805 s]
/proc/loadavg: 1.03 1.12 1.05 2/77 8380
/proc/meminfo: memFree=1742064/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1784632 CPUtime=0.91
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 7372 0 1 0 87 4 0 0 18 0 12 0 172972656 1827463168 6715 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 446158 6715 1301 9 0 443770 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1784632

[startup+1.50188 s]
/proc/loadavg: 1.03 1.12 1.05 3/89 8392
/proc/meminfo: memFree=1713104/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1788344 CPUtime=2.11
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 18488 0 1 0 201 10 0 0 18 0 12 0 172972656 1831264256 16840 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 447086 16842 1303 9 0 444698 0
[pid=8380/tid=8382] ppid=8378 vsize=1788344 CPUtime=0.99
/proc/8380/task/8382/stat : 8382 (java) R 8378 8380 7361 0 -1 64 14245 0 1 0 91 8 0 0 19 0 12 0 172972657 1831264256 16843 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109586258 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=1788344 CPUtime=0
/proc/8380/task/8383/stat : 8383 (java) S 8378 8380 7361 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 172972659 1831264256 16844 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8384] ppid=8378 vsize=1788344 CPUtime=0
/proc/8380/task/8384/stat : 8384 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 172972659 1831264256 16846 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8385] ppid=8378 vsize=1788344 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 172972661 1831264256 16847 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1788344 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 172972661 1831264256 16848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8387] ppid=8378 vsize=1788344 CPUtime=0
/proc/8380/task/8387/stat : 8387 (java) S 8378 8380 7361 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 172972661 1831264256 16850 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8388] ppid=8378 vsize=1788344 CPUtime=0
/proc/8380/task/8388/stat : 8388 (java) S 8378 8380 7361 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 172972665 1831264256 16851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8389] ppid=8378 vsize=1788344 CPUtime=0.49
/proc/8380/task/8389/stat : 8389 (java) S 8378 8380 7361 0 -1 64 1049 0 0 0 49 0 0 0 16 0 12 0 172972665 1831264256 16852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8390] ppid=8378 vsize=1788344 CPUtime=0.61
/proc/8380/task/8390/stat : 8390 (java) S 8378 8380 7361 0 -1 64 2477 0 0 0 60 1 0 0 16 0 12 0 172972665 1831264256 16854 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8391] ppid=8378 vsize=1788344 CPUtime=0
/proc/8380/task/8391/stat : 8391 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 172972665 1831264256 16855 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8392] ppid=8378 vsize=1788344 CPUtime=0
/proc/8380/task/8392/stat : 8392 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172972665 1831264256 16856 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1788344

[startup+3.10104 s]
/proc/loadavg: 1.03 1.12 1.05 2/89 8392
/proc/meminfo: memFree=1610192/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1788604 CPUtime=3.73
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 43028 0 1 0 349 24 0 0 18 0 12 0 172972656 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 447151 41365 1312 9 0 444763 0
[pid=8380/tid=8382] ppid=8378 vsize=1788604 CPUtime=2.54
/proc/8380/task/8382/stat : 8382 (java) R 8378 8380 7361 0 -1 64 37685 0 1 0 233 21 0 0 25 0 12 0 172972657 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109579114 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=1788604 CPUtime=0.02
/proc/8380/task/8383/stat : 8383 (java) S 8378 8380 7361 0 -1 64 554 0 0 0 2 0 0 0 16 0 12 0 172972659 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8384] ppid=8378 vsize=1788604 CPUtime=0.02
/proc/8380/task/8384/stat : 8384 (java) S 8378 8380 7361 0 -1 64 536 0 0 0 2 0 0 0 16 0 12 0 172972659 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8385] ppid=8378 vsize=1788604 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 172972661 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1788604 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 172972661 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8387] ppid=8378 vsize=1788604 CPUtime=0
/proc/8380/task/8387/stat : 8387 (java) S 8378 8380 7361 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 172972661 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8388] ppid=8378 vsize=1788604 CPUtime=0
/proc/8380/task/8388/stat : 8388 (java) S 8378 8380 7361 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 172972665 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8389] ppid=8378 vsize=1788604 CPUtime=0.49
/proc/8380/task/8389/stat : 8389 (java) S 8378 8380 7361 0 -1 64 1049 0 0 0 49 0 0 0 16 0 12 0 172972665 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8390] ppid=8378 vsize=1788604 CPUtime=0.62
/proc/8380/task/8390/stat : 8390 (java) S 8378 8380 7361 0 -1 64 2478 0 0 0 61 1 0 0 16 0 12 0 172972665 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8391] ppid=8378 vsize=1788604 CPUtime=0
/proc/8380/task/8391/stat : 8391 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 172972665 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8392] ppid=8378 vsize=1788604 CPUtime=0
/proc/8380/task/8392/stat : 8392 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172972665 1831530496 41365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1788604

[startup+6.30237 s]
/proc/loadavg: 1.02 1.12 1.05 2/90 8393
/proc/meminfo: memFree=1581384/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1787840 CPUtime=7.44
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 43328 0 1 0 719 25 0 0 18 0 13 0 172972656 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 446960 41215 1326 9 0 444572 0
[pid=8380/tid=8382] ppid=8378 vsize=1787840 CPUtime=5.56
/proc/8380/task/8382/stat : 8382 (java) R 8378 8380 7361 0 -1 64 37719 0 1 0 535 21 0 0 25 0 13 0 172972657 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109902860 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8383] ppid=8378 vsize=1787840 CPUtime=0.02
/proc/8380/task/8383/stat : 8383 (java) S 8378 8380 7361 0 -1 64 554 0 0 0 2 0 0 0 16 0 13 0 172972659 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8384] ppid=8378 vsize=1787840 CPUtime=0.02
/proc/8380/task/8384/stat : 8384 (java) S 8378 8380 7361 0 -1 64 536 0 0 0 2 0 0 0 16 0 13 0 172972659 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8385] ppid=8378 vsize=1787840 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 172972661 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1787840 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8387] ppid=8378 vsize=1787840 CPUtime=0
/proc/8380/task/8387/stat : 8387 (java) S 8378 8380 7361 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172972661 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8388] ppid=8378 vsize=1787840 CPUtime=0
/proc/8380/task/8388/stat : 8388 (java) S 8378 8380 7361 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172972665 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8389] ppid=8378 vsize=1787840 CPUtime=0.81
/proc/8380/task/8389/stat : 8389 (java) S 8378 8380 7361 0 -1 64 1259 0 0 0 81 0 0 0 15 0 13 0 172972665 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8390] ppid=8378 vsize=1787840 CPUtime=0.97
/proc/8380/task/8390/stat : 8390 (java) S 8378 8380 7361 0 -1 64 2529 0 0 0 96 1 0 0 16 0 13 0 172972665 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8391] ppid=8378 vsize=1787840 CPUtime=0
/proc/8380/task/8391/stat : 8391 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172972665 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8392] ppid=8378 vsize=1787840 CPUtime=0
/proc/8380/task/8392/stat : 8392 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172972665 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8393] ppid=8378 vsize=1787840 CPUtime=0
/proc/8380/task/8393/stat : 8393 (java) S 8378 8380 7361 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 172972973 1830748160 41215 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 1787840

[startup+12.703 s]
/proc/loadavg: 1.02 1.11 1.05 2/90 8393
/proc/meminfo: memFree=1566856/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1788164 CPUtime=13.91
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 46988 0 1 0 1364 27 0 0 18 0 13 0 172972656 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 447041 44841 1326 9 0 444653 0
[pid=8380/tid=8382] ppid=8378 vsize=1788164 CPUtime=11.88
/proc/8380/task/8382/stat : 8382 (java) R 8378 8380 7361 0 -1 64 37723 0 1 0 1166 22 0 0 25 0 13 0 172972657 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109787199 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=1788164 CPUtime=0.08
/proc/8380/task/8383/stat : 8383 (java) S 8378 8380 7361 0 -1 64 2849 0 0 0 7 1 0 0 16 0 13 0 172972659 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8384] ppid=8378 vsize=1788164 CPUtime=0.08
/proc/8380/task/8384/stat : 8384 (java) S 8378 8380 7361 0 -1 64 1893 0 0 0 7 1 0 0 17 0 13 0 172972659 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8385] ppid=8378 vsize=1788164 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1788164 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8387] ppid=8378 vsize=1788164 CPUtime=0
/proc/8380/task/8387/stat : 8387 (java) S 8378 8380 7361 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172972661 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8388] ppid=8378 vsize=1788164 CPUtime=0
/proc/8380/task/8388/stat : 8388 (java) S 8378 8380 7361 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172972665 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8389] ppid=8378 vsize=1788164 CPUtime=0.84
/proc/8380/task/8389/stat : 8389 (java) S 8378 8380 7361 0 -1 64 1259 0 0 0 84 0 0 0 16 0 13 0 172972665 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8390] ppid=8378 vsize=1788164 CPUtime=0.99
/proc/8380/task/8390/stat : 8390 (java) S 8378 8380 7361 0 -1 64 2530 0 0 0 98 1 0 0 16 0 13 0 172972665 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8391] ppid=8378 vsize=1788164 CPUtime=0
/proc/8380/task/8391/stat : 8391 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172972665 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8392] ppid=8378 vsize=1788164 CPUtime=0
/proc/8380/task/8392/stat : 8392 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172972665 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8393] ppid=8378 vsize=1788164 CPUtime=0
/proc/8380/task/8393/stat : 8393 (java) S 8378 8380 7361 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 172972973 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.91
Current children cumulated vsize (KiB) 1788164

[startup+25.5023 s]
/proc/loadavg: 1.02 1.11 1.05 2/90 8393
/proc/meminfo: memFree=1566792/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1788164 CPUtime=26.71
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 46988 0 1 0 2644 27 0 0 18 0 13 0 172972656 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 447041 44841 1326 9 0 444653 0
[pid=8380/tid=8382] ppid=8378 vsize=1788164 CPUtime=24.66
/proc/8380/task/8382/stat : 8382 (java) R 8378 8380 7361 0 -1 64 37723 0 1 0 2444 22 0 0 25 0 13 0 172972657 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109662855 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=1788164 CPUtime=0.08
/proc/8380/task/8383/stat : 8383 (java) S 8378 8380 7361 0 -1 64 2849 0 0 0 7 1 0 0 16 0 13 0 172972659 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8384] ppid=8378 vsize=1788164 CPUtime=0.08
/proc/8380/task/8384/stat : 8384 (java) S 8378 8380 7361 0 -1 64 1893 0 0 0 7 1 0 0 17 0 13 0 172972659 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8385] ppid=8378 vsize=1788164 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1788164 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1831079936 44841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8380/tid=8385] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8387] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8387/stat : 8387 (java) S 8378 8380 7361 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8388] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8388/stat : 8388 (java) S 8378 8380 7361 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8389] ppid=8378 vsize=1797924 CPUtime=0.85
/proc/8380/task/8389/stat : 8389 (java) S 8378 8380 7361 0 -1 64 1259 0 0 0 85 0 0 0 17 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8390] ppid=8378 vsize=1797924 CPUtime=1
/proc/8380/task/8390/stat : 8390 (java) S 8378 8380 7361 0 -1 64 2530 0 0 0 99 1 0 0 16 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8391] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8391/stat : 8391 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8392] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8392/stat : 8392 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8393] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8393/stat : 8393 (java) S 8378 8380 7361 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 172972973 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1605.65
Current children cumulated vsize (KiB) 1797924

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8591
/proc/meminfo: memFree=868040/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1797924 CPUtime=1665.62
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 291531 0 1 0 166408 154 0 0 18 0 13 0 172972656 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 449481 219127 1326 9 0 447093 0
[pid=8380/tid=8382] ppid=8378 vsize=1797924 CPUtime=1657.3
/proc/8380/task/8382/stat : 8382 (java) R 8378 8380 7361 0 -1 64 37729 0 1 0 165693 37 0 0 25 0 13 0 172972657 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109780749 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=1797924 CPUtime=3.22
/proc/8380/task/8383/stat : 8383 (java) S 8378 8380 7361 0 -1 64 136491 0 0 0 262 60 0 0 16 0 13 0 172972659 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8384] ppid=8378 vsize=1797924 CPUtime=3.21
/proc/8380/task/8384/stat : 8384 (java) S 8378 8380 7361 0 -1 64 112786 0 0 0 267 54 0 0 16 0 13 0 172972659 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8385] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8387] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8387/stat : 8387 (java) S 8378 8380 7361 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8388] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8388/stat : 8388 (java) S 8378 8380 7361 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8389] ppid=8378 vsize=1797924 CPUtime=0.85
/proc/8380/task/8389/stat : 8389 (java) S 8378 8380 7361 0 -1 64 1259 0 0 0 85 0 0 0 17 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8390] ppid=8378 vsize=1797924 CPUtime=1
/proc/8380/task/8390/stat : 8390 (java) S 8378 8380 7361 0 -1 64 2530 0 0 0 99 1 0 0 16 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8391] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8391/stat : 8391 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8392] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8392/stat : 8392 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8393] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8393/stat : 8393 (java) S 8378 8380 7361 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 172972973 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.62
Current children cumulated vsize (KiB) 1797924

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8591
/proc/meminfo: memFree=867976/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1797924 CPUtime=1725.58
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 291531 0 1 0 172404 154 0 0 18 0 13 0 172972656 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 449481 219127 1326 9 0 447093 0
[pid=8380/tid=8382] ppid=8378 vsize=1797924 CPUtime=1717.26
/proc/8380/task/8382/stat : 8382 (java) R 8378 8380 7361 0 -1 64 37729 0 1 0 171689 37 0 0 25 0 13 0 172972657 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109780862 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=1797924 CPUtime=3.22
/proc/8380/task/8383/stat : 8383 (java) S 8378 8380 7361 0 -1 64 136491 0 0 0 262 60 0 0 16 0 13 0 172972659 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8384] ppid=8378 vsize=1797924 CPUtime=3.21
/proc/8380/task/8384/stat : 8384 (java) S 8378 8380 7361 0 -1 64 112786 0 0 0 267 54 0 0 16 0 13 0 172972659 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8385] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8387] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8387/stat : 8387 (java) S 8378 8380 7361 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8388] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8388/stat : 8388 (java) S 8378 8380 7361 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8389] ppid=8378 vsize=1797924 CPUtime=0.85
/proc/8380/task/8389/stat : 8389 (java) S 8378 8380 7361 0 -1 64 1259 0 0 0 85 0 0 0 17 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8390] ppid=8378 vsize=1797924 CPUtime=1
/proc/8380/task/8390/stat : 8390 (java) S 8378 8380 7361 0 -1 64 2530 0 0 0 99 1 0 0 16 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8391] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8391/stat : 8391 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8392] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8392/stat : 8392 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172972665 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8393] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8393/stat : 8393 (java) S 8378 8380 7361 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 172972973 1841074176 219127 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.58
Current children cumulated vsize (KiB) 1797924

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8591
/proc/meminfo: memFree=806984/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1797924 CPUtime=1785.99
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 313748 0 1 0 178433 166 0 0 18 0 13 0 172972656 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 449481 234323 1326 9 0 447093 0
[pid=8380/tid=8382] ppid=8378 vsize=1797924 CPUtime=1776.78
/proc/8380/task/8382/stat : 8382 (java) R 8378 8380 7361 0 -1 64 37730 0 1 0 177641 37 0 0 25 0 13 0 172972657 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109787291 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=1797924 CPUtime=3.66
/proc/8380/task/8383/stat : 8383 (java) S 8378 8380 7361 0 -1 64 149478 0 0 0 300 66 0 0 16 0 13 0 172972659 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8384] ppid=8378 vsize=1797924 CPUtime=3.64
/proc/8380/task/8384/stat : 8384 (java) S 8378 8380 7361 0 -1 64 122015 0 0 0 306 58 0 0 21 0 13 0 172972659 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8385] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8387] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8387/stat : 8387 (java) S 8378 8380 7361 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8388] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8388/stat : 8388 (java) S 8378 8380 7361 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8389] ppid=8378 vsize=1797924 CPUtime=0.85
/proc/8380/task/8389/stat : 8389 (java) S 8378 8380 7361 0 -1 64 1259 0 0 0 85 0 0 0 17 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8390] ppid=8378 vsize=1797924 CPUtime=1
/proc/8380/task/8390/stat : 8390 (java) S 8378 8380 7361 0 -1 64 2530 0 0 0 99 1 0 0 16 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8391] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8391/stat : 8391 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8392] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8392/stat : 8392 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8393] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8393/stat : 8393 (java) S 8378 8380 7361 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 172972973 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.99
Current children cumulated vsize (KiB) 1797924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8591
/proc/meminfo: memFree=806984/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=1797924 CPUtime=1800.09
/proc/8380/stat : 8380 (java) S 8378 8380 7361 0 -1 0 313748 0 1 0 179843 166 0 0 18 0 13 0 172972656 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8380/statm: 449481 234323 1326 9 0 447093 0
[pid=8380/tid=8382] ppid=8378 vsize=1797924 CPUtime=1790.87
/proc/8380/task/8382/stat : 8382 (java) R 8378 8380 7361 0 -1 64 37730 0 1 0 179050 37 0 0 25 0 13 0 172972657 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109787199 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=1797924 CPUtime=3.66
/proc/8380/task/8383/stat : 8383 (java) S 8378 8380 7361 0 -1 64 149478 0 0 0 300 66 0 0 16 0 13 0 172972659 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8384] ppid=8378 vsize=1797924 CPUtime=3.64
/proc/8380/task/8384/stat : 8384 (java) S 8378 8380 7361 0 -1 64 122015 0 0 0 306 58 0 0 21 0 13 0 172972659 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8385] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8385/stat : 8385 (java) S 8378 8380 7361 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8380/tid=8386] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8386/stat : 8386 (java) S 8378 8380 7361 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8387] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8387/stat : 8387 (java) S 8378 8380 7361 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 172972661 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8388] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8388/stat : 8388 (java) S 8378 8380 7361 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8389] ppid=8378 vsize=1797924 CPUtime=0.85
/proc/8380/task/8389/stat : 8389 (java) S 8378 8380 7361 0 -1 64 1259 0 0 0 85 0 0 0 17 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8390] ppid=8378 vsize=1797924 CPUtime=1
/proc/8380/task/8390/stat : 8390 (java) S 8378 8380 7361 0 -1 64 2530 0 0 0 99 1 0 0 16 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8391] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8391/stat : 8391 (java) S 8378 8380 7361 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8392] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8392/stat : 8392 (java) S 8378 8380 7361 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 172972665 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8380/tid=8393] ppid=8378 vsize=1797924 CPUtime=0
/proc/8380/task/8393/stat : 8393 (java) S 8378 8380 7361 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 172972973 1841074176 234323 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1797924

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

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

[startup+1796.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8591
/proc/meminfo: memFree=806984/2055920 swapFree=4155788/4192956
[pid=8380] ppid=8378 vsize=0 CPUtime=1800.2
/proc/8380/stat : 8380 (java) Z 8378 8380 7361 0 -1 1036 313769 0 1 0 179845 175 0 0 16 0 2 0 172972656 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8380/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.57
CPU time (s): 1800.27
CPU user time (s): 1798.45
CPU system time (s): 1.81472
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 1797924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 1.81472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313769
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= 37086
involuntary context switches= 65264

runsolver used 2.15667 second user time and 4.56731 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Thu Apr 19 07:55:53 UTC 2007

IDJOB= 360451
IDBENCH= 1372
IDSOLVER= 159
FILE ID= node12/360451-1176969353

PBS_JOBID= 4630259

Free space on /tmp= 66249 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360451-1176969353/sat4jPseudoResolution.jar /tmp/evaluation/360451-1176969353/instance-360451-1176969353.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-360451-1176969353 -o ROOT/results/node12/solver-360451-1176969353 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360451-1176969353/sat4jPseudoResolution.jar /tmp/evaluation/360451-1176969353/instance-360451-1176969353.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a399b3055416a9d1117a7f2bb11b2cef

RANDOM SEED= 469850443

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1742536 kB
Buffers:         37516 kB
Cached:         186432 kB
SwapCached:      15888 kB
Active:         145376 kB
Inactive:       106672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742536 kB
SwapTotal:     4192956 kB
SwapFree:      4155788 kB
Dirty:            7092 kB
Writeback:           0 kB
Mapped:          30828 kB
Slab:            46832 kB
Committed_AS:  4338232 kB
PageTables:       1796 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= 66249 MiB

End job on node12 on Thu Apr 19 08:25:51 UTC 2007