Trace number 354151

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.17 1778.65

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
MD5SUM77bab7e4b790022242f816374e31f934
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark124928
Best CPU time to get the best result obtained on this benchmark1081.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 124928
Optimality of the best value was proved NO
Number of variables20611
Total number of constraints3921
Number of constraints which are clauses563
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3358
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 135
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073849343
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147557374
Number of bits of the biggest sum of numbers32
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.10/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.23	c no version file found!!!
0.10/0.23	c sun.arch.data.model	32
0.10/0.23	c java.version	1.6.0
0.10/0.23	c os.name	Linux
0.10/0.23	c os.version	2.6.9-22.EL.rootsmp
0.10/0.23	c os.arch	i386
0.10/0.23	c Free memory 1651659224
0.10/0.23	c Max memory 1654456320
0.10/0.23	c Total memory 1654456320
0.10/0.23	c Number of processors 2
0.10/0.29	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.10/0.29	--- Begin Solver configuration ---
0.10/0.29	c Stops conflict analysis at the first Unique Implication Point
0.10/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.10/0.29	c Learn all clauses as in MiniSAT
0.10/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.10/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.29	c No reason simplification
0.10/0.29	c --- End Solver configuration ---
0.10/0.29	c Simplify asserted PB constraints to clauses
0.10/0.29	c solving /tmp/evaluation/354151-1176696713/instance-354151-1176696713.opb
0.10/0.29	c reading problem ... 
3.44/2.54	c ... done. Wall clock time 2.251s.
3.44/2.54	c CPU time (experimental) 1.89s.
3.44/2.54	c #vars     20611
3.44/2.54	c #constraints  3922
1800.02/1778.51	c starts		: 2
1800.02/1778.51	c conflicts		: 59510
1800.02/1778.51	c decisions		: 64441
1800.02/1778.51	c propagations		: 561836
1800.02/1778.51	c inspects		: 442924453
1800.02/1778.51	c learnt literals	: 0
1800.02/1778.51	c learnt binary clauses	: 0
1800.02/1778.51	c learnt ternary clauses	: 1
1800.02/1778.51	c learnt clauses	: 59509
1800.02/1778.51	c root simplifications	: 0
1800.02/1778.51	c removed literals (reason simplification)	: 0
1800.02/1778.51	c reason swapping (by a shorter reason)	: 0
1800.02/1778.51	c Calls to reduceDB	: 0
1800.02/1778.51	c speed (decisions/second)	: 36.285715733645354
1800.02/1778.51	c non guided choices	490
1800.02/1778.51	s UNKNOWN
1800.02/1778.51	c Total wall clock time (ms): 1778.226

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3948
/proc/meminfo: memFree=1713664/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1800 CPUtime=0
/proc/3948/stat : 3948 (java) R 3946 3948 3621 0 -1 0 153 0 0 0 0 0 0 0 18 0 1 0 117587029 1843200 125 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4921344 0 0 4096 0 0 0 0 17 1 0 0
/proc/3948/statm: 450 126 90 9 0 92 0

[startup+0.106266 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3948
/proc/meminfo: memFree=1713664/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1777844 CPUtime=0.07
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 3791 0 1 0 5 2 0 0 18 0 7 0 117587029 1820512256 3533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 444461 3533 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.20227 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3948
/proc/meminfo: memFree=1713664/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1780260 CPUtime=0.1
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 4073 0 1 0 8 2 0 0 18 0 12 0 117587029 1822986240 3814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 445065 3814 1125 9 0 442683 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1780260

[startup+0.302277 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3948
/proc/meminfo: memFree=1713664/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1782436 CPUtime=0.22
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 5085 0 1 0 19 3 0 0 18 0 12 0 117587029 1825214464 4823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 445609 4823 1246 9 0 443220 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1782436

[startup+0.702304 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3948
/proc/meminfo: memFree=1713664/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1785976 CPUtime=0.77
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 7369 0 1 0 73 4 0 0 18 0 12 0 117587029 1828839424 6950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 446494 6950 1301 9 0 444105 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1785976

[startup+1.50135 s]
/proc/loadavg: 1.01 1.00 1.00 4/89 3960
/proc/meminfo: memFree=1677344/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1796320 CPUtime=2.35
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 21746 0 1 0 224 11 0 0 18 0 12 0 117587029 1839431680 17066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 449080 17067 1314 9 0 446691 0
[pid=3948/tid=3950] ppid=3946 vsize=1796320 CPUtime=0.89
/proc/3948/task/3950/stat : 3950 (java) R 3946 3948 3621 0 -1 64 12697 0 1 0 83 6 0 0 18 0 12 0 117587030 1839431680 17067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109518411 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3946 vsize=1796320 CPUtime=0
/proc/3948/task/3951/stat : 3951 (java) S 3946 3948 3621 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117587032 1839431680 17069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3952] ppid=3946 vsize=1796320 CPUtime=0
/proc/3948/task/3952/stat : 3952 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117587032 1839431680 17070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3953] ppid=3946 vsize=1796320 CPUtime=0
/proc/3948/task/3953/stat : 3953 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 117587034 1839431680 17071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1796320 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 117587034 1839431680 17071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3955] ppid=3946 vsize=1796320 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3946 3948 3621 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 117587034 1839431680 17071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3956] ppid=3946 vsize=1796320 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3946 3948 3621 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 117587047 1839431680 17072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3957] ppid=3946 vsize=1796320 CPUtime=0.69
/proc/3948/task/3957/stat : 3957 (java) R 3946 3948 3621 0 -1 64 4420 0 0 0 67 2 0 0 18 0 12 0 117587047 1839431680 17073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314998 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3958] ppid=3946 vsize=1796320 CPUtime=0.74
/proc/3948/task/3958/stat : 3958 (java) R 3946 3948 3621 0 -1 64 3909 0 0 0 73 1 0 0 18 0 12 0 117587047 1839431680 17073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102471841 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3959] ppid=3946 vsize=1796320 CPUtime=0
/proc/3948/task/3959/stat : 3959 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 117587047 1839431680 17074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3960] ppid=3946 vsize=1796320 CPUtime=0
/proc/3948/task/3960/stat : 3960 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117587047 1839431680 17075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1796320

[startup+3.10145 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 3960
/proc/meminfo: memFree=1589472/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1795636 CPUtime=4.48
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 49795 0 1 0 425 23 0 0 18 0 13 0 117587029 1838731264 42218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 448909 42220 1323 9 0 446520 0
[pid=3948/tid=3950] ppid=3946 vsize=1795636 CPUtime=2.19
/proc/3948/task/3950/stat : 3950 (java) R 3946 3948 3621 0 -1 64 37729 0 1 0 202 17 0 0 24 0 13 0 117587030 1838731264 42221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3946 vsize=1795636 CPUtime=0
/proc/3948/task/3951/stat : 3951 (java) R 3946 3948 3621 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 117587032 1838731264 42222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3952] ppid=3946 vsize=1795636 CPUtime=0
/proc/3948/task/3952/stat : 3952 (java) R 3946 3948 3621 0 -1 64 102 0 0 0 0 0 0 0 16 0 13 0 117587032 1838731264 42223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3953] ppid=3946 vsize=1795636 CPUtime=0
/proc/3948/task/3953/stat : 3953 (java) R 3946 3948 3621 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 117587034 1838731264 42224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1795636 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 117587034 1838731264 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3955] ppid=3946 vsize=1795636 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3946 3948 3621 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 117587034 1838731264 42227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3956] ppid=3946 vsize=1795636 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3946 3948 3621 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 117587047 1838731264 42228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3957] ppid=3946 vsize=1795636 CPUtime=1.06
/proc/3948/task/3957/stat : 3957 (java) S 3946 3948 3621 0 -1 64 4516 0 0 0 104 2 0 0 17 0 13 0 117587047 1838731264 42229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3958] ppid=3946 vsize=1795636 CPUtime=1.2
/proc/3948/task/3958/stat : 3958 (java) R 3946 3948 3621 0 -1 64 6727 0 0 0 118 2 0 0 17 0 13 0 117587047 1838731264 42230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105421949 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3959] ppid=3946 vsize=1795636 CPUtime=0
/proc/3948/task/3959/stat : 3959 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117587047 1838731264 42231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3960] ppid=3946 vsize=1795636 CPUtime=0
/proc/3948/task/3960/stat : 3960 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117587047 1838731264 42233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 1795636

[startup+6.30265 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 3961
/proc/meminfo: memFree=1510744/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1798612 CPUtime=9
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 63822 0 1 0 870 30 0 0 18 0 13 0 117587029 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 449653 52687 1331 9 0 447264 0
[pid=3948/tid=3950] ppid=3946 vsize=1798612 CPUtime=4.75
/proc/3948/task/3950/stat : 3950 (java) R 3946 3948 3621 0 -1 64 37736 0 1 0 458 17 0 0 18 0 13 0 117587030 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884267 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3946 vsize=1798612 CPUtime=0.29
/proc/3948/task/3951/stat : 3951 (java) S 3946 3948 3621 0 -1 64 4836 0 0 0 27 2 0 0 16 0 13 0 117587032 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3952] ppid=3946 vsize=1798612 CPUtime=0.3
/proc/3948/task/3952/stat : 3952 (java) S 3946 3948 3621 0 -1 64 5184 0 0 0 28 2 0 0 17 0 13 0 117587032 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3953] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3953/stat : 3953 (java) S 3946 3948 3621 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 117587034 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3955] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3946 3948 3621 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3956] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3946 3948 3621 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 117587047 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3957] ppid=3946 vsize=1798612 CPUtime=1.84
/proc/3948/task/3957/stat : 3957 (java) S 3946 3948 3621 0 -1 64 7403 0 0 0 180 4 0 0 16 0 13 0 117587047 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3958] ppid=3946 vsize=1798612 CPUtime=1.77
/proc/3948/task/3958/stat : 3958 (java) S 3946 3948 3621 0 -1 64 7922 0 0 0 174 3 0 0 15 0 13 0 117587047 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3959] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3959/stat : 3959 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117587047 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3960] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3960/stat : 3960 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117587047 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3961] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3961/stat : 3961 (java) S 3946 3948 3621 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 117587288 1841778688 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 1798612

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3961
/proc/meminfo: memFree=1484056/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1798612 CPUtime=15.76
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 71587 0 1 0 1542 34 0 0 18 0 13 0 117587029 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 449653 59328 1331 9 0 447264 0
[pid=3948/tid=3950] ppid=3946 vsize=1798612 CPUtime=10.76
/proc/3948/task/3950/stat : 3950 (java) R 3946 3948 3621 0 -1 64 37741 0 1 0 1059 17 0 0 25 0 13 0 117587030 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109821789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3946 vsize=1798612 CPUtime=0.66
/proc/3948/task/3951/stat : 3951 (java) S 3946 3948 3621 0 -1 64 8996 0 0 0 62 4 0 0 16 0 13 0 117587032 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3952] ppid=3946 vsize=1798612 CPUtime=0.66
/proc/3948/task/3952/stat : 3952 (java) S 3946 3948 3621 0 -1 64 8779 0 0 0 63 3 0 0 16 0 13 0 117587032 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3953] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3953/stat : 3953 (java) S 3946 3948 3621 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3955] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3946 3948 3621 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3956] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3946 3948 3621 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 117587047 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3957] ppid=3946 vsize=1798612 CPUtime=1.85
/proc/3948/task/3957/stat : 3957 (java) S 3946 3948 3621 0 -1 64 7403 0 0 0 181 4 0 0 16 0 13 0 117587047 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3958] ppid=3946 vsize=1798612 CPUtime=1.77
/proc/3948/task/3958/stat : 3958 (java) S 3946 3948 3621 0 -1 64 7922 0 0 0 174 3 0 0 16 0 13 0 117587047 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3959] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3959/stat : 3959 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117587047 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3960] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3960/stat : 3960 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117587047 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3961] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3961/stat : 3961 (java) S 3946 3948 3621 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 117587288 1841778688 59328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 1798612

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3961
/proc/meminfo: memFree=1469400/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1798612 CPUtime=28.68
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 75292 0 1 0 2832 36 0 0 18 0 13 0 117587029 1841778688 62135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 449653 62135 1331 9 0 447264 0
[pid=3948/tid=3950] ppid=3946 vsize=1798612 CPUtime=23.41
/proc/3948/task/3950/stat : 3950 (java) R 3946 3948 3621 0 -1 64 37749 0 1 0 2324 17 0 0 25 0 13 0 117587030 1841778688 62135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109800744 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3946 vsize=1798612 CPUtime=0.79
/proc/3948/task/3951/stat : 3951 (java) S 3946 3948 3621 0 -1 64 10959 0 0 0 74 5 0 0 16 0 13 0 117587032 1841778688 62135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3952] ppid=3946 vsize=1798612 CPUtime=0.79
/proc/3948/task/3952/stat : 3952 (java) S 3946 3948 3621 0 -1 64 10513 0 0 0 75 4 0 0 16 0 13 0 117587032 1841778688 62135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3953] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3953/stat : 3953 (java) S 3946 3948 3621 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 62135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 62135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3948/tid=3953] ppid=3946 vsize=1798612 CPUtime=0.17
/proc/3948/task/3953/stat : 3953 (java) S 3946 3948 3621 0 -1 64 229 0 0 0 8 9 0 0 16 0 13 0 117587034 1841778688 135726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 135726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3955] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3946 3948 3621 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 135726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3956] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3946 3948 3621 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 117587047 1841778688 135726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3957] ppid=3946 vsize=1798612 CPUtime=1.9
/proc/3948/task/3957/stat : 3957 (java) S 3946 3948 3621 0 -1 64 7404 0 0 0 186 4 0 0 17 0 13 0 117587047 1841778688 135726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3958] ppid=3946 vsize=1798612 CPUtime=1.85
/proc/3948/task/3958/stat : 3958 (java) S 3946 3948 3621 0 -1 64 7924 0 0 0 182 3 0 0 16 0 13 0 117587047 1841778688 135726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3959] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3959/stat : 3959 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117587047 1841778688 135726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3960] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3960/stat : 3960 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117587047 1841778688 135726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3961] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3961/stat : 3961 (java) S 3946 3948 3621 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 117587288 1841778688 135726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1560.68
Current children cumulated vsize (KiB) 1798612

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3963
/proc/meminfo: memFree=1167384/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1798612 CPUtime=1621.44
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 228885 0 1 0 162016 128 0 0 18 0 13 0 117587029 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 449653 137155 1333 9 0 447264 0
[pid=3948/tid=3950] ppid=3946 vsize=1798612 CPUtime=1582.86
/proc/3948/task/3950/stat : 3950 (java) R 3946 3948 3621 0 -1 64 73600 0 1 0 158242 44 0 0 25 0 13 0 117587030 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109697084 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3946 vsize=1798612 CPUtime=17.29
/proc/3948/task/3951/stat : 3951 (java) S 3946 3948 3621 0 -1 64 70754 0 0 0 1695 34 0 0 16 0 13 0 117587032 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3952] ppid=3946 vsize=1798612 CPUtime=17.29
/proc/3948/task/3952/stat : 3952 (java) S 3946 3948 3621 0 -1 64 68250 0 0 0 1699 30 0 0 16 0 13 0 117587032 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3953] ppid=3946 vsize=1798612 CPUtime=0.17
/proc/3948/task/3953/stat : 3953 (java) S 3946 3948 3621 0 -1 64 229 0 0 0 8 9 0 0 16 0 13 0 117587034 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3955] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3946 3948 3621 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3956] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3946 3948 3621 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 117587047 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3957] ppid=3946 vsize=1798612 CPUtime=1.9
/proc/3948/task/3957/stat : 3957 (java) S 3946 3948 3621 0 -1 64 7404 0 0 0 186 4 0 0 17 0 13 0 117587047 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3958] ppid=3946 vsize=1798612 CPUtime=1.85
/proc/3948/task/3958/stat : 3958 (java) S 3946 3948 3621 0 -1 64 7924 0 0 0 182 3 0 0 16 0 13 0 117587047 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3959] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3959/stat : 3959 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117587047 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3960] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3960/stat : 3960 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117587047 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3961] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3961/stat : 3961 (java) S 3946 3948 3621 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 117587288 1841778688 137155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1621.44
Current children cumulated vsize (KiB) 1798612

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3963
/proc/meminfo: memFree=1156504/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1798612 CPUtime=1682.2
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 231790 0 1 0 168090 130 0 0 18 0 13 0 117587029 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 449653 139878 1333 9 0 447264 0
[pid=3948/tid=3950] ppid=3946 vsize=1798612 CPUtime=1642.02
/proc/3948/task/3950/stat : 3950 (java) R 3946 3948 3621 0 -1 64 73616 0 1 0 164157 45 0 0 25 0 13 0 117587030 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554687 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3946 vsize=1798612 CPUtime=18.08
/proc/3948/task/3951/stat : 3951 (java) S 3946 3948 3621 0 -1 64 72473 0 0 0 1774 34 0 0 16 0 13 0 117587032 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3952] ppid=3946 vsize=1798612 CPUtime=18.1
/proc/3948/task/3952/stat : 3952 (java) S 3946 3948 3621 0 -1 64 69419 0 0 0 1779 31 0 0 16 0 13 0 117587032 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3953] ppid=3946 vsize=1798612 CPUtime=0.17
/proc/3948/task/3953/stat : 3953 (java) S 3946 3948 3621 0 -1 64 230 0 0 0 8 9 0 0 16 0 13 0 117587034 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3955] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3946 3948 3621 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3956] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3946 3948 3621 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 117587047 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3957] ppid=3946 vsize=1798612 CPUtime=1.9
/proc/3948/task/3957/stat : 3957 (java) S 3946 3948 3621 0 -1 64 7404 0 0 0 186 4 0 0 17 0 13 0 117587047 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3958] ppid=3946 vsize=1798612 CPUtime=1.85
/proc/3948/task/3958/stat : 3958 (java) S 3946 3948 3621 0 -1 64 7924 0 0 0 182 3 0 0 16 0 13 0 117587047 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3959] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3959/stat : 3959 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117587047 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3960] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3960/stat : 3960 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117587047 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3961] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3961/stat : 3961 (java) S 3946 3948 3621 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 117587288 1841778688 139878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.2
Current children cumulated vsize (KiB) 1798612

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3963
/proc/meminfo: memFree=1151192/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1798612 CPUtime=1743.03
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 233381 0 1 0 174172 131 0 0 18 0 13 0 117587029 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 449653 141167 1333 9 0 447264 0
[pid=3948/tid=3950] ppid=3946 vsize=1798612 CPUtime=1701.14
/proc/3948/task/3950/stat : 3950 (java) R 3946 3948 3621 0 -1 64 73632 0 1 0 170069 45 0 0 25 0 13 0 117587030 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109954106 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3946 vsize=1798612 CPUtime=18.94
/proc/3948/task/3951/stat : 3951 (java) S 3946 3948 3621 0 -1 64 73370 0 0 0 1859 35 0 0 16 0 13 0 117587032 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3952] ppid=3946 vsize=1798612 CPUtime=18.95
/proc/3948/task/3952/stat : 3952 (java) S 3946 3948 3621 0 -1 64 70097 0 0 0 1864 31 0 0 16 0 13 0 117587032 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3953] ppid=3946 vsize=1798612 CPUtime=0.19
/proc/3948/task/3953/stat : 3953 (java) S 3946 3948 3621 0 -1 64 230 0 0 0 9 10 0 0 16 0 13 0 117587034 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3955] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3946 3948 3621 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3956] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3946 3948 3621 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 117587047 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3957] ppid=3946 vsize=1798612 CPUtime=1.9
/proc/3948/task/3957/stat : 3957 (java) S 3946 3948 3621 0 -1 64 7404 0 0 0 186 4 0 0 17 0 13 0 117587047 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3958] ppid=3946 vsize=1798612 CPUtime=1.85
/proc/3948/task/3958/stat : 3958 (java) S 3946 3948 3621 0 -1 64 7924 0 0 0 182 3 0 0 16 0 13 0 117587047 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3959] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3959/stat : 3959 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117587047 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3960] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3960/stat : 3960 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117587047 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3961] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3961/stat : 3961 (java) S 3946 3948 3621 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 117587288 1841778688 141167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1743.03
Current children cumulated vsize (KiB) 1798612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3963
/proc/meminfo: memFree=1146072/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=1798612 CPUtime=1800.02
/proc/3948/stat : 3948 (java) S 3946 3948 3621 0 -1 0 234861 0 1 0 179869 133 0 0 18 0 13 0 117587029 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 449653 142444 1333 9 0 447264 0
[pid=3948/tid=3950] ppid=3946 vsize=1798612 CPUtime=1756.5
/proc/3948/task/3950/stat : 3950 (java) R 3946 3948 3621 0 -1 64 73647 0 1 0 175604 46 0 0 25 0 13 0 117587030 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109981032 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3946 vsize=1798612 CPUtime=19.76
/proc/3948/task/3951/stat : 3951 (java) S 3946 3948 3621 0 -1 64 74052 0 0 0 1941 35 0 0 16 0 13 0 117587032 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3952] ppid=3946 vsize=1798612 CPUtime=19.77
/proc/3948/task/3952/stat : 3952 (java) S 3946 3948 3621 0 -1 64 70880 0 0 0 1945 32 0 0 16 0 13 0 117587032 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3953] ppid=3946 vsize=1798612 CPUtime=0.19
/proc/3948/task/3953/stat : 3953 (java) S 3946 3948 3621 0 -1 64 230 0 0 0 9 10 0 0 16 0 13 0 117587034 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3954] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3954/stat : 3954 (java) S 3946 3948 3621 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3955] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3946 3948 3621 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117587034 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3956] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3946 3948 3621 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 117587047 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3957] ppid=3946 vsize=1798612 CPUtime=1.9
/proc/3948/task/3957/stat : 3957 (java) S 3946 3948 3621 0 -1 64 7404 0 0 0 186 4 0 0 17 0 13 0 117587047 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3958] ppid=3946 vsize=1798612 CPUtime=1.85
/proc/3948/task/3958/stat : 3958 (java) S 3946 3948 3621 0 -1 64 7924 0 0 0 182 3 0 0 16 0 13 0 117587047 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3959] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3959/stat : 3959 (java) S 3946 3948 3621 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117587047 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3948/tid=3960] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3960/stat : 3960 (java) S 3946 3948 3621 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117587047 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3948/tid=3961] ppid=3946 vsize=1798612 CPUtime=0
/proc/3948/task/3961/stat : 3961 (java) S 3946 3948 3621 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 117587288 1841778688 142444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1798612

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

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

[startup+1778.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3963
/proc/meminfo: memFree=1146072/2055920 swapFree=4156052/4192956
[pid=3948] ppid=3946 vsize=0 CPUtime=1800.13
/proc/3948/stat : 3948 (java) Z 3946 3948 3621 0 -1 1036 234882 0 1 0 179875 138 0 0 16 0 2 0 117587029 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3948/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.65
CPU time (s): 1800.17
CPU user time (s): 1798.75
CPU system time (s): 1.41878
CPU usage (%): 101.21
Max. virtual memory (cumulated for all children) (KiB): 1799340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 1.41878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234882
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= 42116
involuntary context switches= 30477

runsolver used 1.64475 second user time and 4.86826 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Apr 16 04:11:53 UTC 2007

IDJOB= 354151
IDBENCH= 2362
IDSOLVER= 164
FILE ID= node29/354151-1176696713

PBS_JOBID= 4560045

Free space on /tmp= 66525 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354151-1176696713/sat4jPseudoCPClause.jar /tmp/evaluation/354151-1176696713/instance-354151-1176696713.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-354151-1176696713 -o ROOT/results/node29/solver-354151-1176696713 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354151-1176696713/sat4jPseudoCPClause.jar /tmp/evaluation/354151-1176696713/instance-354151-1176696713.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  77bab7e4b790022242f816374e31f934

RANDOM SEED= 545544212

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1714072 kB
Buffers:         41280 kB
Cached:         202652 kB
SwapCached:       2500 kB
Active:          84280 kB
Inactive:       184864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714072 kB
SwapTotal:     4192956 kB
SwapFree:      4156052 kB
Dirty:            6028 kB
Writeback:           0 kB
Mapped:          39624 kB
Slab:            58144 kB
Committed_AS:  1983368 kB
PageTables:       1876 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= 66525 MiB

End job on node29 on Mon Apr 16 04:41:33 UTC 2007