Trace number 349343

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
sat4jPseudoCP 2007-03-23? (TO) 1800.16 1787

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
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 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving /tmp/evaluation/349343-1176697256/instance-349343-1176697256.opb
0.09/0.19	c reading problem ... 
3.62/2.78	c ... done. Wall clock time 2.589s.
3.62/2.78	c CPU time (experimental) 2.22s.
3.62/2.78	c #vars     15501
3.62/2.78	c #constraints  853
1800.05/1786.91	c starts		: 1
1800.05/1786.91	c conflicts		: 47
1800.05/1786.91	c decisions		: 20907
1800.05/1786.91	c propagations		: 35407
1800.05/1786.91	c inspects		: 569309
1800.05/1786.91	c learnt literals	: 0
1800.05/1786.91	c learnt binary clauses	: 0
1800.05/1786.91	c learnt ternary clauses	: 0
1800.05/1786.91	c learnt clauses	: 46
1800.05/1786.91	c root simplifications	: 0
1800.05/1786.91	c removed literals (reason simplification)	: 0
1800.05/1786.91	c reason swapping (by a shorter reason)	: 0
1800.05/1786.91	c Calls to reduceDB	: 0
1800.05/1786.91	c speed (decisions/second)	: 11.71854637785544
1800.05/1786.91	c non guided choices	0
1800.05/1786.91	s UNKNOWN
1800.05/1786.91	c Total wall clock time (ms): 1786.723

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/node62/watcher-349343-1176697256 -o ROOT/results/node62/solver-349343-1176697256 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349343-1176697256/sat4jPseudoCP.jar /tmp/evaluation/349343-1176697256/instance-349343-1176697256.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 3/64 5263
/proc/meminfo: memFree=1676192/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=152 CPUtime=0
/proc/5263/stat : 5263 (java) R 5261 5263 4613 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 101891143 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8106283 0 0 4096 0 0 0 0 17 1 0 0
/proc/5263/statm: 38 26 19 9 0 4 0

[startup+0.0280109 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5263
/proc/meminfo: memFree=1676192/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1773596 CPUtime=0.01
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 2514 0 1 0 0 1 0 0 18 0 3 0 101891143 1816162304 2263 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 443399 2263 387 9 0 441413 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773596

[startup+0.101561 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5263
/proc/meminfo: memFree=1676192/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1780108 CPUtime=0.09
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 3981 0 1 0 6 3 0 0 18 0 12 0 101891143 1822830592 3722 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 445027 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301595 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5263
/proc/meminfo: memFree=1676192/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1782004 CPUtime=0.34
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 5204 0 1 0 30 4 0 0 18 0 12 0 101891143 1824772096 4942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 445501 4942 1264 9 0 443113 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782004

[startup+0.701676 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5263
/proc/meminfo: memFree=1676192/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1791368 CPUtime=1.1
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 9690 0 1 0 104 6 0 0 18 0 12 0 101891143 1834360832 8393 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 447842 8393 1302 9 0 445454 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1791368

[startup+1.50283 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 5275
/proc/meminfo: memFree=1642048/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1792464 CPUtime=2.3
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 26355 0 1 0 216 14 0 0 18 0 12 0 101891143 1835483136 23422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448116 23424 1304 9 0 445728 0
[pid=5263/tid=5265] ppid=5261 vsize=1792464 CPUtime=1.03
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 19949 0 1 0 93 10 0 0 20 0 12 0 101891145 1835483136 23425 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109623985 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1792464 CPUtime=0
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 101891146 1835483136 23427 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1792464 CPUtime=0
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 101891146 1835483136 23428 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1792464 CPUtime=0
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 101891148 1835483136 23430 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1792464 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 101891149 1835483136 23432 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5270] ppid=5261 vsize=1792464 CPUtime=0
/proc/5263/task/5270/stat : 5270 (java) S 5261 5263 4613 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 101891149 1835483136 23434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5271] ppid=5261 vsize=1792464 CPUtime=0
/proc/5263/task/5271/stat : 5271 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 101891153 1835483136 23435 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5272] ppid=5261 vsize=1792464 CPUtime=0.54
/proc/5263/task/5272/stat : 5272 (java) S 5261 5263 4613 0 -1 64 1609 0 0 0 54 0 0 0 16 0 12 0 101891153 1835483136 23437 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5273] ppid=5261 vsize=1792464 CPUtime=0.68
/proc/5263/task/5273/stat : 5273 (java) S 5261 5263 4613 0 -1 64 4078 0 0 0 67 1 0 0 17 0 12 0 101891153 1835483136 23438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5274] ppid=5261 vsize=1792464 CPUtime=0
/proc/5263/task/5274/stat : 5274 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101891153 1835483136 23440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5275] ppid=5261 vsize=1792464 CPUtime=0
/proc/5263/task/5275/stat : 5275 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101891153 1835483136 23441 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1792464

[startup+3.10115 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 5275
/proc/meminfo: memFree=1525696/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1792788 CPUtime=4.16
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 49509 0 1 0 391 25 0 0 18 0 13 0 101891143 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448197 46528 1321 9 0 445809 0
[pid=5263/tid=5265] ppid=5261 vsize=1792788 CPUtime=2.49
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 37717 0 1 0 230 19 0 0 18 0 13 0 101891145 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109791120 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1792788 CPUtime=0.09
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 2876 0 0 0 8 1 0 0 16 0 13 0 101891146 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1792788 CPUtime=0.09
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 2474 0 0 0 8 1 0 0 16 0 13 0 101891146 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1792788 CPUtime=0
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 101891148 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1792788 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101891149 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5270] ppid=5261 vsize=1792788 CPUtime=0
/proc/5263/task/5270/stat : 5270 (java) S 5261 5263 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101891149 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5271] ppid=5261 vsize=1792788 CPUtime=0
/proc/5263/task/5271/stat : 5271 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101891153 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5272] ppid=5261 vsize=1792788 CPUtime=0.62
/proc/5263/task/5272/stat : 5272 (java) S 5261 5263 4613 0 -1 64 1614 0 0 0 62 0 0 0 16 0 13 0 101891153 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5273] ppid=5261 vsize=1792788 CPUtime=0.81
/proc/5263/task/5273/stat : 5273 (java) S 5261 5263 4613 0 -1 64 4096 0 0 0 80 1 0 0 16 0 13 0 101891153 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5274] ppid=5261 vsize=1792788 CPUtime=0
/proc/5263/task/5274/stat : 5274 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101891153 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5275] ppid=5261 vsize=1792788 CPUtime=0
/proc/5263/task/5275/stat : 5275 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101891153 1835814912 46528 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1792788

[startup+6.30279 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 5276
/proc/meminfo: memFree=1462016/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1794040 CPUtime=8.08
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 58727 0 1 0 779 29 0 0 18 0 13 0 101891143 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448510 54554 1325 9 0 446122 0
[pid=5263/tid=5265] ppid=5261 vsize=1794040 CPUtime=5.18
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 37732 0 1 0 499 19 0 0 25 0 13 0 101891145 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109813873 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1794040 CPUtime=0.3
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 5927 0 0 0 29 1 0 0 16 0 13 0 101891146 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1794040 CPUtime=0.3
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 7942 0 0 0 27 3 0 0 16 0 13 0 101891146 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1794040 CPUtime=0
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 101891148 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1794040 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101891149 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5270] ppid=5261 vsize=1794040 CPUtime=0
/proc/5263/task/5270/stat : 5270 (java) S 5261 5263 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101891149 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5271] ppid=5261 vsize=1794040 CPUtime=0
/proc/5263/task/5271/stat : 5271 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101891153 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5272] ppid=5261 vsize=1794040 CPUtime=1.01
/proc/5263/task/5272/stat : 5272 (java) S 5261 5263 4613 0 -1 64 2001 0 0 0 100 1 0 0 16 0 13 0 101891153 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5273] ppid=5261 vsize=1794040 CPUtime=1.21
/proc/5263/task/5273/stat : 5273 (java) S 5261 5263 4613 0 -1 64 4391 0 0 0 120 1 0 0 16 0 13 0 101891153 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5274] ppid=5261 vsize=1794040 CPUtime=0
/proc/5263/task/5274/stat : 5274 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101891153 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5275] ppid=5261 vsize=1794040 CPUtime=0
/proc/5263/task/5275/stat : 5275 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101891153 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5276] ppid=5261 vsize=1794040 CPUtime=0
/proc/5263/task/5276/stat : 5276 (java) S 5261 5263 4613 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 101891426 1837096960 54554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 1794040

[startup+12.701 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 5276
/proc/meminfo: memFree=1435392/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1793664 CPUtime=15.24
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 66935 0 1 0 1491 33 0 0 18 0 13 0 101891143 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448416 61215 1325 9 0 446028 0
[pid=5263/tid=5265] ppid=5261 vsize=1793664 CPUtime=10.79
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 37743 0 1 0 1060 19 0 0 19 0 13 0 101891145 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109814169 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1793664 CPUtime=1.08
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 9937 0 0 0 104 4 0 0 16 0 13 0 101891146 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1793664 CPUtime=1.08
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 12129 0 0 0 103 5 0 0 16 0 13 0 101891146 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1793664 CPUtime=0
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 101891148 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1793664 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101891149 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5270] ppid=5261 vsize=1793664 CPUtime=0
/proc/5263/task/5270/stat : 5270 (java) S 5261 5263 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101891149 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5271] ppid=5261 vsize=1793664 CPUtime=0
/proc/5263/task/5271/stat : 5271 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101891153 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5272] ppid=5261 vsize=1793664 CPUtime=1.01
/proc/5263/task/5272/stat : 5272 (java) S 5261 5263 4613 0 -1 64 2001 0 0 0 100 1 0 0 16 0 13 0 101891153 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5273] ppid=5261 vsize=1793664 CPUtime=1.21
/proc/5263/task/5273/stat : 5273 (java) S 5261 5263 4613 0 -1 64 4391 0 0 0 120 1 0 0 16 0 13 0 101891153 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5274] ppid=5261 vsize=1793664 CPUtime=0
/proc/5263/task/5274/stat : 5274 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101891153 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5275] ppid=5261 vsize=1793664 CPUtime=0
/proc/5263/task/5275/stat : 5275 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101891153 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5276] ppid=5261 vsize=1793664 CPUtime=0
/proc/5263/task/5276/stat : 5276 (java) S 5261 5263 4613 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 101891426 1836711936 61215 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.24
Current children cumulated vsize (KiB) 1793664

[startup+25.5026 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5276
/proc/meminfo: memFree=1543424/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1793632 CPUtime=28.14
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 66969 0 1 0 2778 36 0 0 18 0 13 0 101891143 1836679168 33733 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448408 33733 1325 9 0 446020 0
[pid=5263/tid=5265] ppid=5261 vsize=1793632 CPUtime=23.52
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 37777 0 1 0 2333 19 0 0 18 0 13 0 101891145 1836679168 33733 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109541579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1793632 CPUtime=1.1
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 9937 0 0 0 106 4 0 0 15 0 13 0 101891146 1836679168 33733 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1793632 CPUtime=1.09
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 12129 0 0 0 104 5 0 0 16 0 13 0 101891146 1836679168 33733 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1793632 CPUtime=0.03
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 10 0 0 0 1 2 0 0 15 0 13 0 101891148 1836679168 33733 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 33733 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5263] ppid=5261 vsize=1793632 CPUtime=1674.48
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 176863 0 1 0 167237 211 0 0 18 0 13 0 101891143 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448408 92732 1325 9 0 446020 0
[pid=5263/tid=5265] ppid=5261 vsize=1793632 CPUtime=1646.63
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 104768 0 1 0 164602 61 0 0 25 0 13 0 101891145 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109745655 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1793632 CPUtime=11.9
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 30192 0 0 0 1142 48 0 0 16 0 13 0 101891146 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1793632 CPUtime=11.87
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 33585 0 0 0 1144 43 0 0 16 0 13 0 101891146 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1793632 CPUtime=1.18
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 303 0 0 0 66 52 0 0 16 0 13 0 101891148 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5270] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5270/stat : 5270 (java) S 5261 5263 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5271] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5271/stat : 5271 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101891153 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5272] ppid=5261 vsize=1793632 CPUtime=1.31
/proc/5263/task/5272/stat : 5272 (java) S 5261 5263 4613 0 -1 64 2894 0 0 0 129 2 0 0 17 0 13 0 101891153 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5273] ppid=5261 vsize=1793632 CPUtime=1.52
/proc/5263/task/5273/stat : 5273 (java) S 5261 5263 4613 0 -1 64 4397 0 0 0 151 1 0 0 17 0 13 0 101891153 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5274] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5274/stat : 5274 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101891153 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5275] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5275/stat : 5275 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101891153 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5276] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5276/stat : 5276 (java) S 5261 5263 4613 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 101891426 1836679168 92732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1674.48
Current children cumulated vsize (KiB) 1793632

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5278
/proc/meminfo: memFree=1307008/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1793632 CPUtime=1734.93
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 180299 0 1 0 173278 215 0 0 18 0 13 0 101891143 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448408 93050 1325 9 0 446020 0
[pid=5263/tid=5265] ppid=5261 vsize=1793632 CPUtime=1706.11
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 106309 0 1 0 170549 62 0 0 25 0 13 0 101891145 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109814445 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1793632 CPUtime=12.36
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 31354 0 0 0 1187 49 0 0 16 0 13 0 101891146 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1793632 CPUtime=12.33
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 34313 0 0 0 1189 44 0 0 16 0 13 0 101891146 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1793632 CPUtime=1.21
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 308 0 0 0 67 54 0 0 15 0 13 0 101891148 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5270] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5270/stat : 5270 (java) S 5261 5263 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5271] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5271/stat : 5271 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101891153 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5272] ppid=5261 vsize=1793632 CPUtime=1.32
/proc/5263/task/5272/stat : 5272 (java) S 5261 5263 4613 0 -1 64 2894 0 0 0 130 2 0 0 17 0 13 0 101891153 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5273] ppid=5261 vsize=1793632 CPUtime=1.54
/proc/5263/task/5273/stat : 5273 (java) S 5261 5263 4613 0 -1 64 4397 0 0 0 153 1 0 0 17 0 13 0 101891153 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5274] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5274/stat : 5274 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101891153 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5275] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5275/stat : 5275 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101891153 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5276] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5276/stat : 5276 (java) S 5261 5263 4613 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 101891426 1836679168 93050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1734.93
Current children cumulated vsize (KiB) 1793632

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5278
/proc/meminfo: memFree=1293824/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1793632 CPUtime=1795.4
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 186136 0 1 0 179317 223 0 0 18 0 13 0 101891143 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448408 96349 1325 9 0 446020 0
[pid=5263/tid=5265] ppid=5261 vsize=1793632 CPUtime=1765.55
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 111467 0 1 0 176490 65 0 0 22 0 13 0 101891145 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109926531 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1793632 CPUtime=12.85
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 31712 0 0 0 1235 50 0 0 16 0 13 0 101891146 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1793632 CPUtime=12.83
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 34624 0 0 0 1237 46 0 0 16 0 13 0 101891146 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1793632 CPUtime=1.24
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 318 0 0 0 69 55 0 0 16 0 13 0 101891148 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5270] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5270/stat : 5270 (java) S 5261 5263 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5271] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5271/stat : 5271 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101891153 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5272] ppid=5261 vsize=1793632 CPUtime=1.32
/proc/5263/task/5272/stat : 5272 (java) S 5261 5263 4613 0 -1 64 2894 0 0 0 130 2 0 0 17 0 13 0 101891153 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5273] ppid=5261 vsize=1793632 CPUtime=1.54
/proc/5263/task/5273/stat : 5273 (java) S 5261 5263 4613 0 -1 64 4397 0 0 0 153 1 0 0 17 0 13 0 101891153 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5274] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5274/stat : 5274 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101891153 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5275] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5275/stat : 5275 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101891153 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5276] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5276/stat : 5276 (java) S 5261 5263 4613 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 101891426 1836679168 96349 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.4
Current children cumulated vsize (KiB) 1793632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 5278
/proc/meminfo: memFree=1290944/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1793632 CPUtime=1800.05
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 187029 0 1 0 179782 223 0 0 18 0 13 0 101891143 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448408 97162 1325 9 0 446020 0
[pid=5263/tid=5265] ppid=5261 vsize=1793632 CPUtime=1770.09
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 111475 0 1 0 176944 65 0 0 25 0 13 0 101891145 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109813691 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1793632 CPUtime=12.91
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 32054 0 0 0 1241 50 0 0 15 0 13 0 101891146 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1793632 CPUtime=12.89
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 35167 0 0 0 1243 46 0 0 16 0 13 0 101891146 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1793632 CPUtime=1.24
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 318 0 0 0 69 55 0 0 15 0 13 0 101891148 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5270] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5270/stat : 5270 (java) S 5261 5263 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5271] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5271/stat : 5271 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5272] ppid=5261 vsize=1793632 CPUtime=1.32
/proc/5263/task/5272/stat : 5272 (java) S 5261 5263 4613 0 -1 64 2894 0 0 0 130 2 0 0 17 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5273] ppid=5261 vsize=1793632 CPUtime=1.54
/proc/5263/task/5273/stat : 5273 (java) S 5261 5263 4613 0 -1 64 4397 0 0 0 153 1 0 0 17 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5274] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5274/stat : 5274 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5275] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5275/stat : 5275 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5276] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5276/stat : 5276 (java) S 5261 5263 4613 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 101891426 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1793632

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

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

[startup+1786.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 5278
/proc/meminfo: memFree=1290944/2055920 swapFree=4184460/4192956
[pid=5263] ppid=5261 vsize=1793632 CPUtime=1800.05
/proc/5263/stat : 5263 (java) S 5261 5263 4613 0 -1 0 187029 0 1 0 179782 223 0 0 18 0 13 0 101891143 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5263/statm: 448408 97162 1325 9 0 446020 0
[pid=5263/tid=5265] ppid=5261 vsize=1793632 CPUtime=1770.09
/proc/5263/task/5265/stat : 5265 (java) R 5261 5263 4613 0 -1 64 111475 0 1 0 176944 65 0 0 25 0 13 0 101891145 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109813691 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5266] ppid=5261 vsize=1793632 CPUtime=12.91
/proc/5263/task/5266/stat : 5266 (java) S 5261 5263 4613 0 -1 64 32054 0 0 0 1241 50 0 0 15 0 13 0 101891146 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5267] ppid=5261 vsize=1793632 CPUtime=12.89
/proc/5263/task/5267/stat : 5267 (java) S 5261 5263 4613 0 -1 64 35167 0 0 0 1243 46 0 0 16 0 13 0 101891146 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5268] ppid=5261 vsize=1793632 CPUtime=1.24
/proc/5263/task/5268/stat : 5268 (java) S 5261 5263 4613 0 -1 64 318 0 0 0 69 55 0 0 15 0 13 0 101891148 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5269] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5269/stat : 5269 (java) S 5261 5263 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5270] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5270/stat : 5270 (java) S 5261 5263 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101891149 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5271] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5271/stat : 5271 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5272] ppid=5261 vsize=1793632 CPUtime=1.32
/proc/5263/task/5272/stat : 5272 (java) S 5261 5263 4613 0 -1 64 2894 0 0 0 130 2 0 0 17 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5273] ppid=5261 vsize=1793632 CPUtime=1.54
/proc/5263/task/5273/stat : 5273 (java) S 5261 5263 4613 0 -1 64 4397 0 0 0 153 1 0 0 17 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5274] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5274/stat : 5274 (java) S 5261 5263 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5263/tid=5275] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5275/stat : 5275 (java) S 5261 5263 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101891153 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5263/tid=5276] ppid=5261 vsize=1793632 CPUtime=0
/proc/5263/task/5276/stat : 5276 (java) S 5261 5263 4613 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 101891426 1836679168 97162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1793632

Child status: 143
Real time (s): 1787
CPU time (s): 1800.16
CPU user time (s): 1797.86
CPU system time (s): 2.30065
CPU usage (%): 100.736
Max. virtual memory (cumulated for all children) (KiB): 1795664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.86
system time used= 2.30065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187049
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= 96459
involuntary context switches= 52479

runsolver used 2.06169 second user time and 5.13122 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Apr 16 04:20:56 UTC 2007

IDJOB= 349343
IDBENCH= 2366
IDSOLVER= 160
FILE ID= node62/349343-1176697256

PBS_JOBID= 4560021

Free space on /tmp= 66540 MiB

SOLVER NAME= sat4jPseudoCP 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-blp-ic98.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349343-1176697256/sat4jPseudoCP.jar /tmp/evaluation/349343-1176697256/instance-349343-1176697256.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-349343-1176697256 -o ROOT/results/node62/solver-349343-1176697256 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349343-1176697256/sat4jPseudoCP.jar /tmp/evaluation/349343-1176697256/instance-349343-1176697256.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cbbc019f11b539634b02edfceafed9db

RANDOM SEED= 171244400

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.279
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.279
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:       1676664 kB
Buffers:         42076 kB
Cached:         249296 kB
SwapCached:       2184 kB
Active:         106296 kB
Inactive:       196088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676664 kB
SwapTotal:     4192956 kB
SwapFree:      4184460 kB
Dirty:            6044 kB
Writeback:           0 kB
Mapped:          16256 kB
Slab:            62916 kB
Committed_AS:   706072 kB
PageTables:       1464 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= 66540 MiB

End job on node62 on Mon Apr 16 04:50:45 UTC 2007