Trace number 350544

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.24 1751.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1506.93
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving /tmp/evaluation/350544-1176517167/instance-350544-1176517167.opb
0.08/0.20	c reading problem ... 
9.81/7.93	c ... done. Wall clock time 7.734s.
9.81/7.93	c CPU time (experimental) 6.24s.
9.81/7.93	c #vars     109757
9.81/7.93	c #constraints  313450
1800.09/1751.41	c starts		: 2
1800.09/1751.41	c conflicts		: 52933
1800.09/1751.41	c decisions		: 202396
1800.09/1751.41	c propagations		: 18007529
1800.09/1751.41	c inspects		: 672855423
1800.09/1751.41	c learnt literals	: 0
1800.09/1751.41	c learnt binary clauses	: 20
1800.09/1751.41	c learnt ternary clauses	: 35
1800.09/1751.41	c learnt clauses	: 52933
1800.09/1751.41	c root simplifications	: 0
1800.09/1751.41	c removed literals (reason simplification)	: 0
1800.09/1751.41	c reason swapping (by a shorter reason)	: 0
1800.09/1751.41	c Calls to reduceDB	: 0
1800.09/1751.41	c speed (decisions/second)	: 116.09069477983056
1800.09/1751.41	c non guided choices	3989
1800.09/1751.41	s UNKNOWN
1800.09/1751.41	c Total wall clock time (ms): 1751.215

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/node19/watcher-350544-1176517167 -o ROOT/results/node19/solver-350544-1176517167 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350544-1176517167/sat4jPseudoCP.jar /tmp/evaluation/350544-1176517167/instance-350544-1176517167.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27970
/proc/meminfo: memFree=1635856/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=152 CPUtime=0
/proc/27970/stat : 27970 (java) R 27968 27970 26435 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 99634085 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7484196 0 0 4096 0 0 0 0 17 1 0 0
/proc/27970/statm: 38 26 19 9 0 4 0

[startup+0.041216 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27970
/proc/meminfo: memFree=1635856/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1776088 CPUtime=0.03
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 3229 0 1 0 1 2 0 0 18 0 4 0 99634085 1818714112 2976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 444022 2976 887 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.102225 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27970
/proc/meminfo: memFree=1635856/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1780108 CPUtime=0.08
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 99634085 1822830592 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302244 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27970
/proc/meminfo: memFree=1635856/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1782368 CPUtime=0.33
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 6121 0 1 0 29 4 0 0 18 0 12 0 99634085 1825144832 5859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 445592 5859 1264 9 0 443204 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782368

[startup+0.702289 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27970
/proc/meminfo: memFree=1635856/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1783392 CPUtime=0.92
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 7764 0 1 0 87 5 0 0 18 0 12 0 99634085 1826193408 7346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 445848 7347 1301 9 0 443460 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1783392

[startup+1.50137 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 27982
/proc/meminfo: memFree=1603312/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1785708 CPUtime=2.05
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 19133 0 1 0 194 11 0 0 18 0 12 0 99634085 1828564992 17806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 446427 17807 1301 9 0 444039 0
[pid=27970/tid=27972] ppid=27968 vsize=1785708 CPUtime=1.06
/proc/27970/task/27972/stat : 27972 (java) R 27968 27970 26435 0 -1 64 15854 0 1 0 97 9 0 0 19 0 12 0 99634086 1828564992 17808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553276 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27973] ppid=27968 vsize=1785708 CPUtime=0
/proc/27970/task/27973/stat : 27973 (java) S 27968 27970 26435 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 99634088 1828564992 17809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27974] ppid=27968 vsize=1785708 CPUtime=0
/proc/27970/task/27974/stat : 27974 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 99634088 1828564992 17809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27975] ppid=27968 vsize=1785708 CPUtime=0
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 99634090 1828564992 17811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1785708 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 99634090 1828564992 17812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1785708 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 99634090 1828564992 17813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27978] ppid=27968 vsize=1785708 CPUtime=0
/proc/27970/task/27978/stat : 27978 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 99634094 1828564992 17814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27979] ppid=27968 vsize=1785708 CPUtime=0.46
/proc/27970/task/27979/stat : 27979 (java) S 27968 27970 26435 0 -1 64 1337 0 0 0 46 0 0 0 17 0 12 0 99634094 1828564992 17815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27980] ppid=27968 vsize=1785708 CPUtime=0.5
/proc/27970/task/27980/stat : 27980 (java) S 27968 27970 26435 0 -1 64 1223 0 0 0 50 0 0 0 16 0 12 0 99634094 1828564992 17816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27981] ppid=27968 vsize=1785708 CPUtime=0
/proc/27970/task/27981/stat : 27981 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 99634094 1828564992 17817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27982] ppid=27968 vsize=1785708 CPUtime=0
/proc/27970/task/27982/stat : 27982 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99634094 1828564992 17818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1785708

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 27982
/proc/meminfo: memFree=1506160/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1786356 CPUtime=3.74
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 44118 0 1 0 352 22 0 0 18 0 12 0 99634085 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 446589 42777 1310 9 0 444201 0
[pid=27970/tid=27972] ppid=27968 vsize=1786356 CPUtime=2.56
/proc/27970/task/27972/stat : 27972 (java) R 27968 27970 26435 0 -1 64 37691 0 1 0 237 19 0 0 22 0 12 0 99634086 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514470 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27973] ppid=27968 vsize=1786356 CPUtime=0.08
/proc/27970/task/27973/stat : 27973 (java) S 27968 27970 26435 0 -1 64 1651 0 0 0 8 0 0 0 17 0 12 0 99634088 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27974] ppid=27968 vsize=1786356 CPUtime=0.09
/proc/27970/task/27974/stat : 27974 (java) S 27968 27970 26435 0 -1 64 1489 0 0 0 9 0 0 0 17 0 12 0 99634088 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27975] ppid=27968 vsize=1786356 CPUtime=0
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 99634090 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1786356 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99634090 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1786356 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99634090 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27978] ppid=27968 vsize=1786356 CPUtime=0
/proc/27970/task/27978/stat : 27978 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 99634094 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27979] ppid=27968 vsize=1786356 CPUtime=0.46
/proc/27970/task/27979/stat : 27979 (java) S 27968 27970 26435 0 -1 64 1337 0 0 0 46 0 0 0 17 0 12 0 99634094 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27980] ppid=27968 vsize=1786356 CPUtime=0.5
/proc/27970/task/27980/stat : 27980 (java) S 27968 27970 26435 0 -1 64 1223 0 0 0 50 0 0 0 16 0 12 0 99634094 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27981] ppid=27968 vsize=1786356 CPUtime=0
/proc/27970/task/27981/stat : 27981 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 99634094 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27982] ppid=27968 vsize=1786356 CPUtime=0
/proc/27970/task/27982/stat : 27982 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99634094 1829228544 42777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1786356

[startup+6.3029 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 27982
/proc/meminfo: memFree=1431024/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1787776 CPUtime=7.62
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 57366 0 1 0 733 29 0 0 18 0 12 0 99634085 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 446944 54944 1314 9 0 444556 0
[pid=27970/tid=27972] ppid=27968 vsize=1787776 CPUtime=5.1
/proc/27970/task/27972/stat : 27972 (java) R 27968 27970 26435 0 -1 64 37701 0 1 0 490 20 0 0 18 0 12 0 99634086 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27973] ppid=27968 vsize=1787776 CPUtime=0.75
/proc/27970/task/27973/stat : 27973 (java) S 27968 27970 26435 0 -1 64 8807 0 0 0 72 3 0 0 19 0 12 0 99634088 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27974] ppid=27968 vsize=1787776 CPUtime=0.74
/proc/27970/task/27974/stat : 27974 (java) S 27968 27970 26435 0 -1 64 7565 0 0 0 71 3 0 0 19 0 12 0 99634088 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27975] ppid=27968 vsize=1787776 CPUtime=0
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 99634090 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1787776 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99634090 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1787776 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99634090 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27978] ppid=27968 vsize=1787776 CPUtime=0
/proc/27970/task/27978/stat : 27978 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 99634094 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27979] ppid=27968 vsize=1787776 CPUtime=0.47
/proc/27970/task/27979/stat : 27979 (java) R 27968 27970 26435 0 -1 64 1337 0 0 0 47 0 0 0 17 0 12 0 99634094 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102297631 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27980] ppid=27968 vsize=1787776 CPUtime=0.5
/proc/27970/task/27980/stat : 27980 (java) S 27968 27970 26435 0 -1 64 1223 0 0 0 50 0 0 0 16 0 12 0 99634094 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27981] ppid=27968 vsize=1787776 CPUtime=0
/proc/27970/task/27981/stat : 27981 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 99634094 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27982] ppid=27968 vsize=1787776 CPUtime=0
/proc/27970/task/27982/stat : 27982 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99634094 1830682624 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 1787776

[startup+12.7026 s]
/proc/loadavg: 1.31 1.07 1.02 2/90 27983
/proc/meminfo: memFree=1374448/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1798208 CPUtime=17.14
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 81043 0 1 0 1677 37 0 0 18 0 13 0 99634085 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 449552 69207 1331 9 0 447164 0
[pid=27970/tid=27972] ppid=27968 vsize=1798208 CPUtime=9.6
/proc/27970/task/27972/stat : 27972 (java) R 27968 27970 26435 0 -1 64 37748 0 1 0 940 20 0 0 16 0 13 0 99634086 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110029207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27973] ppid=27968 vsize=1798208 CPUtime=1.93
/proc/27970/task/27973/stat : 27973 (java) S 27968 27970 26435 0 -1 64 17797 0 0 0 186 7 0 0 16 0 13 0 99634088 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27974] ppid=27968 vsize=1798208 CPUtime=1.91
/proc/27970/task/27974/stat : 27974 (java) S 27968 27970 26435 0 -1 64 13498 0 0 0 187 4 0 0 17 0 13 0 99634088 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27975] ppid=27968 vsize=1798208 CPUtime=0
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 99634090 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1798208 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99634090 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1798208 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99634090 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27978] ppid=27968 vsize=1798208 CPUtime=0
/proc/27970/task/27978/stat : 27978 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99634094 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27979] ppid=27968 vsize=1798208 CPUtime=1.86
/proc/27970/task/27979/stat : 27979 (java) S 27968 27970 26435 0 -1 64 7401 0 0 0 184 2 0 0 16 0 13 0 99634094 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27980] ppid=27968 vsize=1798208 CPUtime=1.79
/proc/27970/task/27980/stat : 27980 (java) S 27968 27970 26435 0 -1 64 3863 0 0 0 177 2 0 0 15 0 13 0 99634094 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27981] ppid=27968 vsize=1798208 CPUtime=0
/proc/27970/task/27981/stat : 27981 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99634094 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27982] ppid=27968 vsize=1798208 CPUtime=0
/proc/27970/task/27982/stat : 27982 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99634094 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27983] ppid=27968 vsize=1798208 CPUtime=0
/proc/27970/task/27983/stat : 27983 (java) S 27968 27970 26435 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 99634885 1841364992 69207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.14
Current children cumulated vsize (KiB) 1798208

[startup+25.5012 s]
/proc/loadavg: 1.26 1.06 1.02 2/90 27983
/proc/meminfo: memFree=1351408/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1802652 CPUtime=30.96
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 89193 0 1 0 3054 42 0 0 18 0 13 0 99634085 1845915648 72210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 450663 72210 1333 9 0 448275 0
[pid=27970/tid=27972] ppid=27968 vsize=1802652 CPUtime=22.05
/proc/27970/task/27972/stat : 27972 (java) R 27968 27970 26435 0 -1 64 37767 0 1 0 2185 20 0 0 25 0 13 0 99634086 1845915648 72210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109923971 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27973] ppid=27968 vsize=1802652 CPUtime=2.15
/proc/27970/task/27973/stat : 27973 (java) S 27968 27970 26435 0 -1 64 19798 0 0 0 207 8 0 0 16 0 13 0 99634088 1845915648 72210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27974] ppid=27968 vsize=1802652 CPUtime=2.14
/proc/27970/task/27974/stat : 27974 (java) S 27968 27970 26435 0 -1 64 15241 0 0 0 209 5 0 0 16 0 13 0 99634088 1845915648 72210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27975] ppid=27968 vsize=1802652 CPUtime=0.01
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 99634090 1845915648 72210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1802652 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99634090 1845915648 72210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1802652 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99634090 1845915648 72210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27970/tid=27975] ppid=27968 vsize=1797532 CPUtime=0.23
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 22 0 0 0 15 8 0 0 16 0 13 0 99634090 1840672768 171328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 171328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 171328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27978] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27978/stat : 27978 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99634094 1840672768 171328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27979] ppid=27968 vsize=1797532 CPUtime=2.02
/proc/27970/task/27979/stat : 27979 (java) S 27968 27970 26435 0 -1 64 7418 0 0 0 200 2 0 0 17 0 13 0 99634094 1840672768 171328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27980] ppid=27968 vsize=1797532 CPUtime=2.63
/proc/27970/task/27980/stat : 27980 (java) S 27968 27970 26435 0 -1 64 8231 0 0 0 259 4 0 0 16 0 13 0 99634094 1840672768 171328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27981] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27981/stat : 27981 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99634094 1840672768 171328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27982] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27982/stat : 27982 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99634094 1840672768 171328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27983] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27983/stat : 27983 (java) S 27968 27970 26435 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 99634885 1840672768 171328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1584.72
Current children cumulated vsize (KiB) 1797532

[startup+1602.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 27985
/proc/meminfo: memFree=942832/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1797532 CPUtime=1646.57
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 199830 0 1 0 164555 102 0 0 18 0 13 0 99634085 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 449383 174166 1335 9 0 446995 0
[pid=27970/tid=27972] ppid=27968 vsize=1797532 CPUtime=1558.51
/proc/27970/task/27972/stat : 27972 (java) R 27968 27970 26435 0 -1 64 38579 0 1 0 155825 26 0 0 25 0 13 0 99634086 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110029032 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27973] ppid=27968 vsize=1797532 CPUtime=41.58
/proc/27970/task/27973/stat : 27973 (java) S 27968 27970 26435 0 -1 64 81283 0 0 0 4125 33 0 0 16 0 13 0 99634088 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27974] ppid=27968 vsize=1797532 CPUtime=41.54
/proc/27970/task/27974/stat : 27974 (java) S 27968 27970 26435 0 -1 64 63575 0 0 0 4128 26 0 0 17 0 13 0 99634088 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27975] ppid=27968 vsize=1797532 CPUtime=0.23
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 22 0 0 0 15 8 0 0 15 0 13 0 99634090 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27978] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27978/stat : 27978 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99634094 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27979] ppid=27968 vsize=1797532 CPUtime=2.02
/proc/27970/task/27979/stat : 27979 (java) S 27968 27970 26435 0 -1 64 7418 0 0 0 200 2 0 0 17 0 13 0 99634094 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27980] ppid=27968 vsize=1797532 CPUtime=2.63
/proc/27970/task/27980/stat : 27980 (java) S 27968 27970 26435 0 -1 64 8231 0 0 0 259 4 0 0 16 0 13 0 99634094 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27981] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27981/stat : 27981 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99634094 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27982] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27982/stat : 27982 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99634094 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27983] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27983/stat : 27983 (java) S 27968 27970 26435 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 99634885 1840672768 174166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.57
Current children cumulated vsize (KiB) 1797532

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 27985
/proc/meminfo: memFree=935728/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1797532 CPUtime=1708.31
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 201581 0 1 0 170728 103 0 0 18 0 13 0 99634085 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 449383 175876 1335 9 0 446995 0
[pid=27970/tid=27972] ppid=27968 vsize=1797532 CPUtime=1616.71
/proc/27970/task/27972/stat : 27972 (java) R 27968 27970 26435 0 -1 64 38604 0 1 0 161645 26 0 0 25 0 13 0 99634086 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109972066 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27973] ppid=27968 vsize=1797532 CPUtime=43.35
/proc/27970/task/27973/stat : 27973 (java) S 27968 27970 26435 0 -1 64 82813 0 0 0 4302 33 0 0 16 0 13 0 99634088 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27974] ppid=27968 vsize=1797532 CPUtime=43.3
/proc/27970/task/27974/stat : 27974 (java) S 27968 27970 26435 0 -1 64 63771 0 0 0 4303 27 0 0 16 0 13 0 99634088 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27975] ppid=27968 vsize=1797532 CPUtime=0.24
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 22 0 0 0 16 8 0 0 16 0 13 0 99634090 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27978] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27978/stat : 27978 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99634094 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27979] ppid=27968 vsize=1797532 CPUtime=2.02
/proc/27970/task/27979/stat : 27979 (java) S 27968 27970 26435 0 -1 64 7418 0 0 0 200 2 0 0 17 0 13 0 99634094 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27980] ppid=27968 vsize=1797532 CPUtime=2.63
/proc/27970/task/27980/stat : 27980 (java) S 27968 27970 26435 0 -1 64 8231 0 0 0 259 4 0 0 16 0 13 0 99634094 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27981] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27981/stat : 27981 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99634094 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27982] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27982/stat : 27982 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99634094 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27983] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27983/stat : 27983 (java) S 27968 27970 26435 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 99634885 1840672768 175876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.31
Current children cumulated vsize (KiB) 1797532

[startup+1722.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 27985
/proc/meminfo: memFree=926192/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1797532 CPUtime=1770.08
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 204031 0 1 0 176902 106 0 0 18 0 13 0 99634085 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 449383 178260 1335 9 0 446995 0
[pid=27970/tid=27972] ppid=27968 vsize=1797532 CPUtime=1674.9
/proc/27970/task/27972/stat : 27972 (java) R 27968 27970 26435 0 -1 64 38630 0 1 0 167464 26 0 0 25 0 13 0 99634086 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109775804 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27973] ppid=27968 vsize=1797532 CPUtime=45.14
/proc/27970/task/27973/stat : 27973 (java) S 27968 27970 26435 0 -1 64 84902 0 0 0 4479 35 0 0 16 0 13 0 99634088 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27974] ppid=27968 vsize=1797532 CPUtime=45.08
/proc/27970/task/27974/stat : 27974 (java) S 27968 27970 26435 0 -1 64 64106 0 0 0 4481 27 0 0 16 0 13 0 99634088 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27975] ppid=27968 vsize=1797532 CPUtime=0.25
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 22 0 0 0 16 9 0 0 16 0 13 0 99634090 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27978] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27978/stat : 27978 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99634094 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27979] ppid=27968 vsize=1797532 CPUtime=2.02
/proc/27970/task/27979/stat : 27979 (java) S 27968 27970 26435 0 -1 64 7418 0 0 0 200 2 0 0 17 0 13 0 99634094 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27980] ppid=27968 vsize=1797532 CPUtime=2.63
/proc/27970/task/27980/stat : 27980 (java) S 27968 27970 26435 0 -1 64 8231 0 0 0 259 4 0 0 16 0 13 0 99634094 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27981] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27981/stat : 27981 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99634094 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27982] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27982/stat : 27982 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99634094 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27983] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27983/stat : 27983 (java) S 27968 27970 26435 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 99634885 1840672768 178260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.08
Current children cumulated vsize (KiB) 1797532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1751.4 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 27985
/proc/meminfo: memFree=919664/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=1797532 CPUtime=1800.09
/proc/27970/stat : 27970 (java) S 27968 27970 26435 0 -1 0 205698 0 1 0 179901 108 0 0 18 0 13 0 99634085 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27970/statm: 449383 179827 1335 9 0 446995 0
[pid=27970/tid=27972] ppid=27968 vsize=1797532 CPUtime=1703.08
/proc/27970/task/27972/stat : 27972 (java) R 27968 27970 26435 0 -1 64 38643 0 1 0 170282 26 0 0 25 0 13 0 99634086 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109793361 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27973] ppid=27968 vsize=1797532 CPUtime=46.05
/proc/27970/task/27973/stat : 27973 (java) S 27968 27970 26435 0 -1 64 85543 0 0 0 4570 35 0 0 16 0 13 0 99634088 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27974] ppid=27968 vsize=1797532 CPUtime=45.99
/proc/27970/task/27974/stat : 27974 (java) S 27968 27970 26435 0 -1 64 65119 0 0 0 4571 28 0 0 16 0 13 0 99634088 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27975] ppid=27968 vsize=1797532 CPUtime=0.25
/proc/27970/task/27975/stat : 27975 (java) S 27968 27970 26435 0 -1 64 22 0 0 0 16 9 0 0 16 0 13 0 99634090 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27976] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27976/stat : 27976 (java) S 27968 27970 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27977] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27977/stat : 27977 (java) S 27968 27970 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99634090 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27978] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27978/stat : 27978 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99634094 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27979] ppid=27968 vsize=1797532 CPUtime=2.02
/proc/27970/task/27979/stat : 27979 (java) S 27968 27970 26435 0 -1 64 7418 0 0 0 200 2 0 0 17 0 13 0 99634094 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27980] ppid=27968 vsize=1797532 CPUtime=2.63
/proc/27970/task/27980/stat : 27980 (java) S 27968 27970 26435 0 -1 64 8231 0 0 0 259 4 0 0 16 0 13 0 99634094 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27970/tid=27981] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27981/stat : 27981 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99634094 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27982] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27982/stat : 27982 (java) S 27968 27970 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99634094 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27970/tid=27983] ppid=27968 vsize=1797532 CPUtime=0
/proc/27970/task/27983/stat : 27983 (java) S 27968 27970 26435 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 99634885 1840672768 179827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1797532

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

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

[startup+1751.51 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 27985
/proc/meminfo: memFree=919664/2055920 swapFree=4192812/4192956
[pid=27970] ppid=27968 vsize=0 CPUtime=1800.2
/proc/27970/stat : 27970 (java) Z 27968 27970 26435 0 -1 1036 205718 0 1 0 179904 116 0 0 16 0 2 0 99634085 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27970/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): 1751.55
CPU time (s): 1800.24
CPU user time (s): 1799.04
CPU system time (s): 1.19782
CPU usage (%): 102.78
Max. virtual memory (cumulated for all children) (KiB): 1804716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.19782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205718
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= 45430
involuntary context switches= 78412

runsolver used 2.11068 second user time and 5.47617 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Apr 14 02:19:27 UTC 2007

IDJOB= 350544
IDBENCH= 1489
IDSOLVER= 160
FILE ID= node19/350544-1176517167

PBS_JOBID= 4556702

Free space on /tmp= 66531 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8c486f10dc9ea0956b38d79189648654

RANDOM SEED= 250065575

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1636264 kB
Buffers:         39052 kB
Cached:         269124 kB
SwapCached:          0 kB
Active:         147784 kB
Inactive:       215008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14828 kB
Writeback:           0 kB
Mapped:          73540 kB
Slab:            42392 kB
Committed_AS:  2697396 kB
PageTables:       1784 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= 66531 MiB

End job on node19 on Sat Apr 14 02:48:41 UTC 2007