Trace number 349265

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.2 1790.34

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos3.opb
MD5SUMd20c34d69465e41d60c8740ade812dbe
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 benchmark1208.86
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables42220
Total number of constraints1481
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)17
Number of constraints which are nor clauses,nor cardinality constraints1464
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 155
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 10737418235
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
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.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.20	c no version file found!!!
0.08/0.20	c sun.arch.data.model	32
0.08/0.20	c java.version	1.6.0
0.13/0.20	c os.name	Linux
0.13/0.20	c os.version	2.6.9-22.EL.rootsmp
0.13/0.20	c os.arch	i386
0.13/0.20	c Free memory 1651659224
0.13/0.20	c Max memory 1654456320
0.13/0.20	c Total memory 1654456320
0.13/0.20	c Number of processors 2
0.13/0.25	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.13/0.25	--- Begin Solver configuration ---
0.13/0.25	c Stops conflict analysis at the first Unique Implication Point
0.13/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.25	c Learn all clauses as in MiniSAT
0.13/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.13/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.25	c No reason simplification
0.13/0.25	c --- End Solver configuration ---
0.13/0.25	c Simplify asserted PB constraints to clauses
0.13/0.25	c solving /tmp/evaluation/349265-1176692311/instance-349265-1176692311.opb
0.13/0.25	c reading problem ... 
3.03/2.58	c ... done. Wall clock time 2.332s.
3.03/2.58	c CPU time (experimental) 2.04s.
3.03/2.58	c #vars     42220
3.03/2.58	c #constraints  1537
1800.05/1790.21	c starts		: 2
1800.05/1790.21	c conflicts		: 757
1800.05/1790.21	c decisions		: 47316
1800.05/1790.21	c propagations		: 824374
1800.05/1790.21	c inspects		: 35385582
1800.05/1790.21	c learnt literals	: 0
1800.05/1790.21	c learnt binary clauses	: 0
1800.05/1790.21	c learnt ternary clauses	: 0
1800.05/1790.21	c learnt clauses	: 757
1800.05/1790.21	c root simplifications	: 0
1800.05/1790.21	c removed literals (reason simplification)	: 0
1800.05/1790.21	c reason swapping (by a shorter reason)	: 0
1800.05/1790.21	c Calls to reduceDB	: 0
1800.05/1790.21	c speed (decisions/second)	: 26.46937890717872
1800.05/1790.21	c non guided choices	0
1800.05/1790.21	s UNKNOWN
1800.05/1790.21	c Total wall clock time (ms): 1789.96

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/node24/watcher-349265-1176692311 -o ROOT/results/node24/solver-349265-1176692311 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349265-1176692311/sat4jPseudoCPClause.jar /tmp/evaluation/349265-1176692311/instance-349265-1176692311.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.78 0.95 0.98 3/77 29083
/proc/meminfo: memFree=1874880/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=200 CPUtime=0
/proc/29083/stat : 29083 (java) R 29081 29083 28975 0 -1 0 44 0 0 0 0 0 0 0 18 0 1 0 117149165 204800 28 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 2568305 0 0 4096 0 0 0 0 17 1 0 0
/proc/29083/statm: 50 33 26 9 0 4 0

[startup+0.0569779 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 29083
/proc/meminfo: memFree=1874880/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1777708 CPUtime=0.03
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 3567 0 1 0 2 1 0 0 18 0 7 0 117149165 1820372992 3310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 444427 3310 1060 9 0 442063 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777708

[startup+0.101979 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 29083
/proc/meminfo: memFree=1874880/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1777844 CPUtime=0.08
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 3872 0 1 0 6 2 0 0 18 0 7 0 117149165 1820512256 3614 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777844

[startup+0.302003 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 29083
/proc/meminfo: memFree=1874880/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1781412 CPUtime=0.25
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 5341 0 1 0 23 2 0 0 18 0 12 0 117149165 1824165888 5079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 445353 5079 1247 9 0 442964 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1781412

[startup+0.701053 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 29083
/proc/meminfo: memFree=1874880/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1783744 CPUtime=0.86
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 7226 0 1 0 83 3 0 0 18 0 12 0 117149165 1826553856 6830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 445936 6830 1301 9 0 443547 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783744

[startup+1.50214 s]
/proc/loadavg: 0.78 0.95 0.98 3/89 29095
/proc/meminfo: memFree=1841632/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1784116 CPUtime=1.9
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 20699 0 1 0 181 9 0 0 18 0 12 0 117149165 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 446029 20191 1305 9 0 443640 0
[pid=29083/tid=29085] ppid=29081 vsize=1784116 CPUtime=1.08
/proc/29083/task/29085/stat : 29085 (java) R 29081 29083 28975 0 -1 64 18687 0 1 0 101 7 0 0 21 0 12 0 117149167 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514526 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29086] ppid=29081 vsize=1784116 CPUtime=0
/proc/29083/task/29086/stat : 29086 (java) S 29081 29083 28975 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117149168 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29087] ppid=29081 vsize=1784116 CPUtime=0
/proc/29083/task/29087/stat : 29087 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117149168 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29088] ppid=29081 vsize=1784116 CPUtime=0
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117149170 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1784116 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 117149171 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29090] ppid=29081 vsize=1784116 CPUtime=0
/proc/29083/task/29090/stat : 29090 (java) S 29081 29083 28975 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117149171 1826934784 20175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29091] ppid=29081 vsize=1784116 CPUtime=0
/proc/29083/task/29091/stat : 29091 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117149180 1826934784 20189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29092] ppid=29081 vsize=1784116 CPUtime=0.42
/proc/29083/task/29092/stat : 29092 (java) R 29081 29083 28975 0 -1 64 844 0 0 0 42 0 0 0 16 0 12 0 117149180 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29093] ppid=29081 vsize=1784116 CPUtime=0.37
/proc/29083/task/29093/stat : 29093 (java) S 29081 29083 28975 0 -1 64 465 0 0 0 37 0 0 0 16 0 12 0 117149180 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29094] ppid=29081 vsize=1784116 CPUtime=0
/proc/29083/task/29094/stat : 29094 (java) S 29081 29083 28975 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 117149180 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29095] ppid=29081 vsize=1784116 CPUtime=0
/proc/29083/task/29095/stat : 29095 (java) S 29081 29083 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117149180 1826934784 20191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1784116

[startup+3.10231 s]
/proc/loadavg: 0.78 0.95 0.98 2/89 29095
/proc/meminfo: memFree=1737632/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1784712 CPUtime=3.7
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 45201 0 1 0 351 19 0 0 18 0 13 0 117149165 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 446178 44438 1322 9 0 443789 0
[pid=29083/tid=29085] ppid=29081 vsize=1784712 CPUtime=2.49
/proc/29083/task/29085/stat : 29085 (java) R 29081 29083 28975 0 -1 64 37707 0 1 0 234 15 0 0 23 0 13 0 117149167 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29086] ppid=29081 vsize=1784712 CPUtime=0.12
/proc/29083/task/29086/stat : 29086 (java) S 29081 29083 28975 0 -1 64 2607 0 0 0 11 1 0 0 16 0 13 0 117149168 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29087] ppid=29081 vsize=1784712 CPUtime=0.12
/proc/29083/task/29087/stat : 29087 (java) S 29081 29083 28975 0 -1 64 2828 0 0 0 11 1 0 0 17 0 13 0 117149168 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29088] ppid=29081 vsize=1784712 CPUtime=0
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 117149170 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1784712 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149171 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29090] ppid=29081 vsize=1784712 CPUtime=0
/proc/29083/task/29090/stat : 29090 (java) S 29081 29083 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117149171 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29091] ppid=29081 vsize=1784712 CPUtime=0
/proc/29083/task/29091/stat : 29091 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117149180 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29092] ppid=29081 vsize=1784712 CPUtime=0.5
/proc/29083/task/29092/stat : 29092 (java) R 29081 29083 28975 0 -1 64 861 0 0 0 50 0 0 0 16 0 13 0 117149180 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105860216 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29093] ppid=29081 vsize=1784712 CPUtime=0.43
/proc/29083/task/29093/stat : 29093 (java) R 29081 29083 28975 0 -1 64 468 0 0 0 43 0 0 0 16 0 13 0 117149180 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103026251 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29094] ppid=29081 vsize=1784712 CPUtime=0
/proc/29083/task/29094/stat : 29094 (java) S 29081 29083 28975 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117149180 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29095] ppid=29081 vsize=1784712 CPUtime=0
/proc/29083/task/29095/stat : 29095 (java) S 29081 29083 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117149180 1827545088 44438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1784712

[startup+6.30166 s]
/proc/loadavg: 0.88 0.97 0.99 2/90 29096
/proc/meminfo: memFree=1675672/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1786284 CPUtime=7.66
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 53705 0 1 0 743 23 0 0 18 0 13 0 117149165 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 446571 52048 1326 9 0 444182 0
[pid=29083/tid=29085] ppid=29081 vsize=1786284 CPUtime=5.19
/proc/29083/task/29085/stat : 29085 (java) S 29081 29083 28975 0 -1 64 37721 0 1 0 504 15 0 0 25 0 13 0 117149167 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29086] ppid=29081 vsize=1786284 CPUtime=0.39
/proc/29083/task/29086/stat : 29086 (java) R 29081 29083 28975 0 -1 64 6501 0 0 0 37 2 0 0 16 0 13 0 117149168 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29087] ppid=29081 vsize=1786284 CPUtime=0.39
/proc/29083/task/29087/stat : 29087 (java) R 29081 29083 28975 0 -1 64 6514 0 0 0 36 3 0 0 17 0 13 0 117149168 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29088] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 117149170 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149171 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29090] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29090/stat : 29090 (java) S 29081 29083 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117149171 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29091] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29091/stat : 29091 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117149180 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29092] ppid=29081 vsize=1786284 CPUtime=0.82
/proc/29083/task/29092/stat : 29092 (java) S 29081 29083 28975 0 -1 64 1135 0 0 0 82 0 0 0 16 0 13 0 117149180 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29093] ppid=29081 vsize=1786284 CPUtime=0.81
/proc/29083/task/29093/stat : 29093 (java) S 29081 29083 28975 0 -1 64 1102 0 0 0 81 0 0 0 17 0 13 0 117149180 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29094] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29094/stat : 29094 (java) S 29081 29083 28975 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117149180 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29095] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29095/stat : 29095 (java) S 29081 29083 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117149180 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29096] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29096/stat : 29096 (java) S 29081 29083 28975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117149475 1829154816 52048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 1786284

[startup+12.7013 s]
/proc/loadavg: 0.89 0.97 0.99 3/90 29096
/proc/meminfo: memFree=1645592/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1786284 CPUtime=14.64
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 61615 0 1 0 1437 27 0 0 18 0 13 0 117149165 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 446571 58321 1326 9 0 444182 0
[pid=29083/tid=29085] ppid=29081 vsize=1786284 CPUtime=11.05
/proc/29083/task/29085/stat : 29085 (java) R 29081 29083 28975 0 -1 64 37732 0 1 0 1090 15 0 0 20 0 13 0 117149167 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109336822 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29086] ppid=29081 vsize=1786284 CPUtime=0.87
/proc/29083/task/29086/stat : 29086 (java) S 29081 29083 28975 0 -1 64 11122 0 0 0 83 4 0 0 16 0 13 0 117149168 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29087] ppid=29081 vsize=1786284 CPUtime=0.86
/proc/29083/task/29087/stat : 29087 (java) S 29081 29083 28975 0 -1 64 9647 0 0 0 82 4 0 0 16 0 13 0 117149168 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29088] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149170 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149171 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29090] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29090/stat : 29090 (java) S 29081 29083 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117149171 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29091] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29091/stat : 29091 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117149180 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29092] ppid=29081 vsize=1786284 CPUtime=0.87
/proc/29083/task/29092/stat : 29092 (java) S 29081 29083 28975 0 -1 64 1141 0 0 0 87 0 0 0 16 0 13 0 117149180 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29093] ppid=29081 vsize=1786284 CPUtime=0.91
/proc/29083/task/29093/stat : 29093 (java) S 29081 29083 28975 0 -1 64 1241 0 0 0 91 0 0 0 17 0 13 0 117149180 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29094] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29094/stat : 29094 (java) S 29081 29083 28975 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117149180 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29095] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29095/stat : 29095 (java) S 29081 29083 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117149180 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29096] ppid=29081 vsize=1786284 CPUtime=0
/proc/29083/task/29096/stat : 29096 (java) S 29081 29083 28975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117149475 1829154816 58321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 1786284

[startup+25.5027 s]
/proc/loadavg: 0.91 0.97 0.99 2/90 29096
/proc/meminfo: memFree=1737816/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1790380 CPUtime=27.77
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 65353 0 1 0 2746 31 0 0 18 0 13 0 117149165 1833349120 36276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 447595 36276 1326 9 0 445206 0
[pid=29083/tid=29085] ppid=29081 vsize=1790380 CPUtime=23.69
/proc/29083/task/29085/stat : 29085 (java) R 29081 29083 28975 0 -1 64 37767 0 1 0 2354 15 0 0 25 0 13 0 117149167 1833349120 36276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109336847 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29086] ppid=29081 vsize=1790380 CPUtime=0.96
/proc/29083/task/29086/stat : 29086 (java) S 29081 29083 28975 0 -1 64 11972 0 0 0 92 4 0 0 17 0 13 0 117149168 1833349120 36276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29087] ppid=29081 vsize=1790380 CPUtime=0.97
/proc/29083/task/29087/stat : 29087 (java) S 29081 29083 28975 0 -1 64 10619 0 0 0 92 5 0 0 16 0 13 0 117149168 1833349120 36276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29088] ppid=29081 vsize=1790380 CPUtime=0.03
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 32 0 0 0 1 2 0 0 15 0 13 0 117149170 1833349120 36276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1790380 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149171 1833349120 36276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=29083/tid=29088] ppid=29081 vsize=1787308 CPUtime=0.45
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 526 0 0 0 23 22 0 0 16 0 13 0 117149170 1830203392 127638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 127638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29090] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29090/stat : 29090 (java) S 29081 29083 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 127638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29091] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29091/stat : 29091 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117149180 1830203392 127638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29092] ppid=29081 vsize=1787308 CPUtime=1.15
/proc/29083/task/29092/stat : 29092 (java) S 29081 29083 28975 0 -1 64 2815 0 0 0 114 1 0 0 17 0 13 0 117149180 1830203392 127638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29093] ppid=29081 vsize=1787308 CPUtime=1.17
/proc/29083/task/29093/stat : 29093 (java) S 29081 29083 28975 0 -1 64 3043 0 0 0 115 2 0 0 16 0 13 0 117149180 1830203392 127638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29094] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29094/stat : 29094 (java) S 29081 29083 28975 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117149180 1830203392 127638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29095] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29095/stat : 29095 (java) S 29081 29083 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117149180 1830203392 127638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29096] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29096/stat : 29096 (java) S 29081 29083 28975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117149475 1830203392 127638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1611.85
Current children cumulated vsize (KiB) 1787308

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 29294
/proc/meminfo: memFree=1363992/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1787308 CPUtime=1671.99
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 275823 0 1 0 167029 170 0 0 18 0 13 0 117149165 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 446827 128066 1326 9 0 444438 0
[pid=29083/tid=29085] ppid=29081 vsize=1787308 CPUtime=1650.92
/proc/29083/task/29085/stat : 29085 (java) R 29081 29083 28975 0 -1 64 146868 0 1 0 165015 77 0 0 25 0 13 0 117149167 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109525978 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29086] ppid=29081 vsize=1787308 CPUtime=9.1
/proc/29083/task/29086/stat : 29086 (java) S 29081 29083 28975 0 -1 64 63449 0 0 0 880 30 0 0 16 0 13 0 117149168 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29087] ppid=29081 vsize=1787308 CPUtime=9.11
/proc/29083/task/29087/stat : 29087 (java) S 29081 29083 28975 0 -1 64 58397 0 0 0 877 34 0 0 16 0 13 0 117149168 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29088] ppid=29081 vsize=1787308 CPUtime=0.47
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 529 0 0 0 24 23 0 0 16 0 13 0 117149170 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29090] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29090/stat : 29090 (java) S 29081 29083 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29091] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29091/stat : 29091 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117149180 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29092] ppid=29081 vsize=1787308 CPUtime=1.15
/proc/29083/task/29092/stat : 29092 (java) S 29081 29083 28975 0 -1 64 2815 0 0 0 114 1 0 0 17 0 13 0 117149180 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29093] ppid=29081 vsize=1787308 CPUtime=1.17
/proc/29083/task/29093/stat : 29093 (java) S 29081 29083 28975 0 -1 64 3043 0 0 0 115 2 0 0 16 0 13 0 117149180 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29094] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29094/stat : 29094 (java) S 29081 29083 28975 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117149180 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29095] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29095/stat : 29095 (java) S 29081 29083 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117149180 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29096] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29096/stat : 29096 (java) S 29081 29083 28975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117149475 1830203392 128066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1671.99
Current children cumulated vsize (KiB) 1787308

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 29294
/proc/meminfo: memFree=1361624/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1787308 CPUtime=1732.01
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 276452 0 1 0 173030 171 0 0 18 0 13 0 117149165 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 446827 128632 1326 9 0 444438 0
[pid=29083/tid=29085] ppid=29081 vsize=1787308 CPUtime=1710.88
/proc/29083/task/29085/stat : 29085 (java) R 29081 29083 28975 0 -1 64 146870 0 1 0 171010 78 0 0 25 0 13 0 117149167 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109706499 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29086] ppid=29081 vsize=1787308 CPUtime=9.13
/proc/29083/task/29086/stat : 29086 (java) S 29081 29083 28975 0 -1 64 63784 0 0 0 883 30 0 0 17 0 13 0 117149168 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29087] ppid=29081 vsize=1787308 CPUtime=9.14
/proc/29083/task/29087/stat : 29087 (java) S 29081 29083 28975 0 -1 64 58689 0 0 0 880 34 0 0 16 0 13 0 117149168 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29088] ppid=29081 vsize=1787308 CPUtime=0.47
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 529 0 0 0 24 23 0 0 16 0 13 0 117149170 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29090] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29090/stat : 29090 (java) S 29081 29083 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29091] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29091/stat : 29091 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117149180 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29092] ppid=29081 vsize=1787308 CPUtime=1.15
/proc/29083/task/29092/stat : 29092 (java) S 29081 29083 28975 0 -1 64 2815 0 0 0 114 1 0 0 17 0 13 0 117149180 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29093] ppid=29081 vsize=1787308 CPUtime=1.17
/proc/29083/task/29093/stat : 29093 (java) S 29081 29083 28975 0 -1 64 3043 0 0 0 115 2 0 0 16 0 13 0 117149180 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29094] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29094/stat : 29094 (java) S 29081 29083 28975 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117149180 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29095] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29095/stat : 29095 (java) S 29081 29083 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117149180 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29096] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29096/stat : 29096 (java) S 29081 29083 28975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117149475 1830203392 128632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.01
Current children cumulated vsize (KiB) 1787308

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 29294
/proc/meminfo: memFree=1362520/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1787308 CPUtime=1792.14
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 278075 0 1 0 179042 172 0 0 18 0 13 0 117149165 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 446827 128356 1326 9 0 444438 0
[pid=29083/tid=29085] ppid=29081 vsize=1787308 CPUtime=1770.7
/proc/29083/task/29085/stat : 29085 (java) R 29081 29083 28975 0 -1 64 146882 0 1 0 176992 78 0 0 25 0 13 0 117149167 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109706149 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29086] ppid=29081 vsize=1787308 CPUtime=9.28
/proc/29083/task/29086/stat : 29086 (java) S 29081 29083 28975 0 -1 64 64665 0 0 0 898 30 0 0 16 0 13 0 117149168 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29087] ppid=29081 vsize=1787308 CPUtime=9.29
/proc/29083/task/29087/stat : 29087 (java) S 29081 29083 28975 0 -1 64 59419 0 0 0 895 34 0 0 16 0 13 0 117149168 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29088] ppid=29081 vsize=1787308 CPUtime=0.47
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 529 0 0 0 24 23 0 0 16 0 13 0 117149170 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29090] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29090/stat : 29090 (java) S 29081 29083 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29091] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29091/stat : 29091 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29092] ppid=29081 vsize=1787308 CPUtime=1.15
/proc/29083/task/29092/stat : 29092 (java) S 29081 29083 28975 0 -1 64 2815 0 0 0 114 1 0 0 17 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29093] ppid=29081 vsize=1787308 CPUtime=1.17
/proc/29083/task/29093/stat : 29093 (java) S 29081 29083 28975 0 -1 64 3043 0 0 0 115 2 0 0 16 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29094] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29094/stat : 29094 (java) S 29081 29083 28975 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29095] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29095/stat : 29095 (java) S 29081 29083 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29096] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29096/stat : 29096 (java) S 29081 29083 28975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117149475 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1792.14
Current children cumulated vsize (KiB) 1787308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.2 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 29294
/proc/meminfo: memFree=1362520/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=1787308 CPUtime=1800.05
/proc/29083/stat : 29083 (java) S 29081 29083 28975 0 -1 0 278076 0 1 0 179833 172 0 0 18 0 13 0 117149165 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29083/statm: 446827 128356 1326 9 0 444438 0
[pid=29083/tid=29085] ppid=29081 vsize=1787308 CPUtime=1778.59
/proc/29083/task/29085/stat : 29085 (java) R 29081 29083 28975 0 -1 64 146883 0 1 0 177781 78 0 0 25 0 13 0 117149167 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109706502 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29086] ppid=29081 vsize=1787308 CPUtime=9.29
/proc/29083/task/29086/stat : 29086 (java) S 29081 29083 28975 0 -1 64 64665 0 0 0 899 30 0 0 16 0 13 0 117149168 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29087] ppid=29081 vsize=1787308 CPUtime=9.3
/proc/29083/task/29087/stat : 29087 (java) S 29081 29083 28975 0 -1 64 59419 0 0 0 896 34 0 0 16 0 13 0 117149168 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29088] ppid=29081 vsize=1787308 CPUtime=0.47
/proc/29083/task/29088/stat : 29088 (java) S 29081 29083 28975 0 -1 64 529 0 0 0 24 23 0 0 16 0 13 0 117149170 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29089] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29089/stat : 29089 (java) S 29081 29083 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29090] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29090/stat : 29090 (java) S 29081 29083 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117149171 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29091] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29091/stat : 29091 (java) S 29081 29083 28975 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29092] ppid=29081 vsize=1787308 CPUtime=1.15
/proc/29083/task/29092/stat : 29092 (java) S 29081 29083 28975 0 -1 64 2815 0 0 0 114 1 0 0 17 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29093] ppid=29081 vsize=1787308 CPUtime=1.17
/proc/29083/task/29093/stat : 29093 (java) S 29081 29083 28975 0 -1 64 3043 0 0 0 115 2 0 0 16 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29094] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29094/stat : 29094 (java) S 29081 29083 28975 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29083/tid=29095] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29095/stat : 29095 (java) S 29081 29083 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117149180 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29083/tid=29096] ppid=29081 vsize=1787308 CPUtime=0
/proc/29083/task/29096/stat : 29096 (java) S 29081 29083 28975 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117149475 1830203392 128356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1787308

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

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

[startup+1790.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 29294
/proc/meminfo: memFree=1362520/2055920 swapFree=4159472/4192956
[pid=29083] ppid=29081 vsize=0 CPUtime=1800.17
/proc/29083/stat : 29083 (java) Z 29081 29083 28975 0 -1 1036 278097 0 1 0 179839 178 0 0 16 0 2 0 117149165 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29083/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.34
CPU time (s): 1800.2
CPU user time (s): 1798.39
CPU system time (s): 1.80772
CPU usage (%): 100.551
Max. virtual memory (cumulated for all children) (KiB): 1793376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 1.80773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278097
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= 55390
involuntary context switches= 45647

runsolver used 1.9887 second user time and 5.59015 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Apr 16 02:58:31 UTC 2007

IDJOB= 349265
IDBENCH= 2325
IDSOLVER= 164
FILE ID= node24/349265-1176692311

PBS_JOBID= 4560030

Free space on /tmp= 66517 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/milp/normalized-mps-v2-20-10-neos3.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349265-1176692311/sat4jPseudoCPClause.jar /tmp/evaluation/349265-1176692311/instance-349265-1176692311.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-349265-1176692311 -o ROOT/results/node24/solver-349265-1176692311 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349265-1176692311/sat4jPseudoCPClause.jar /tmp/evaluation/349265-1176692311/instance-349265-1176692311.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d20c34d69465e41d60c8740ade812dbe

RANDOM SEED= 10558938

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1875352 kB
Buffers:         11416 kB
Cached:          86216 kB
SwapCached:       2532 kB
Active:          65160 kB
Inactive:        56324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875352 kB
SwapTotal:     4192956 kB
SwapFree:      4159472 kB
Dirty:            6524 kB
Writeback:           0 kB
Mapped:          38808 kB
Slab:            44648 kB
Committed_AS:  1780124 kB
PageTables:       1776 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= 66517 MiB

End job on node24 on Mon Apr 16 03:28:24 UTC 2007