Trace number 362684

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.22 1771.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dg012142.opb
MD5SUM99b260f11bc3e586ce78c7adccfe4295
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables41920
Total number of constraints2137
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2097
Minimum length of a constraint1
Maximum length of a constraint371
Number of terms in the objective function 22720
Biggest coefficient in the objective function 1634
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 336608
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524548
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node29/watcher-362684-1177016664 -o ROOT/results/node29/solver-362684-1177016664 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362684-1177016664/sat4jPseudoCP.jar /tmp/evaluation/362684-1177016664/instance-362684-1177016664.opb 

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


[startup+0 s]
/proc/loadavg: 1.04 1.00 1.00 3/77 3330
/proc/meminfo: memFree=1839992/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=18568 CPUtime=0
/proc/3330/stat : 3330 (runsolver) R 3328 3330 3178 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 149582194 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3330/statm: 4642 292 257 24 0 2626 0

[startup+0.057529 s]
/proc/loadavg: 1.04 1.00 1.00 3/77 3330
/proc/meminfo: memFree=1839992/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1777060 CPUtime=0.03
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 3535 0 1 0 2 1 0 0 18 0 5 0 149582194 1819709440 3279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 444265 3279 1050 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.101727 s]
/proc/loadavg: 1.04 1.00 1.00 3/77 3330
/proc/meminfo: memFree=1839992/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1781132 CPUtime=0.08
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 149582194 1823879168 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 445283 3707 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301545 s]
/proc/loadavg: 1.04 1.00 1.00 3/77 3330
/proc/meminfo: memFree=1839992/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1782660 CPUtime=0.31
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 5437 0 1 0 28 3 0 0 18 0 12 0 149582194 1825443840 5175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 445665 5175 1267 9 0 443277 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782660

[startup+0.701567 s]
/proc/loadavg: 1.04 1.00 1.00 3/77 3330
/proc/meminfo: memFree=1839992/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1784964 CPUtime=0.93
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 8863 0 1 0 89 4 0 0 18 0 12 0 149582194 1827803136 8102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 446241 8102 1296 9 0 443853 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784964

[startup+1.50261 s]
/proc/loadavg: 1.04 1.00 1.00 4/89 3342
/proc/meminfo: memFree=1799256/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1792876 CPUtime=2.4
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 23698 0 1 0 229 11 0 0 18 0 12 0 149582194 1835905024 19630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 448219 19631 1303 9 0 445831 0
[pid=3330/tid=3332] ppid=3328 vsize=1792876 CPUtime=1.04
/proc/3330/task/3332/stat : 3332 (java) R 3328 3330 3178 0 -1 64 16076 0 1 0 96 8 0 0 19 0 12 0 149582196 1835905024 19632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505664 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3333] ppid=3328 vsize=1792876 CPUtime=0
/proc/3330/task/3333/stat : 3333 (java) S 3328 3330 3178 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 149582197 1835905024 19633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3334] ppid=3328 vsize=1792876 CPUtime=0
/proc/3330/task/3334/stat : 3334 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 149582197 1835905024 19634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3335] ppid=3328 vsize=1792876 CPUtime=0
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 149582200 1835905024 19635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1792876 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 149582200 1835905024 19636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3337] ppid=3328 vsize=1792876 CPUtime=0
/proc/3330/task/3337/stat : 3337 (java) S 3328 3330 3178 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 149582200 1835905024 19637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3338] ppid=3328 vsize=1792876 CPUtime=0
/proc/3330/task/3338/stat : 3338 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 149582204 1835905024 19637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3339] ppid=3328 vsize=1792876 CPUtime=0.48
/proc/3330/task/3339/stat : 3339 (java) S 3328 3330 3178 0 -1 64 1841 0 0 0 48 0 0 0 16 0 12 0 149582204 1835905024 19638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3340] ppid=3328 vsize=1792876 CPUtime=0.87
/proc/3330/task/3340/stat : 3340 (java) S 3328 3330 3178 0 -1 64 5062 0 0 0 85 2 0 0 18 0 12 0 149582204 1835905024 19640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3341] ppid=3328 vsize=1792876 CPUtime=0
/proc/3330/task/3341/stat : 3341 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 149582204 1835905024 19642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3342] ppid=3328 vsize=1792876 CPUtime=0
/proc/3330/task/3342/stat : 3342 (java) S 3328 3330 3178 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 149582204 1835905024 19645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1792876

[startup+3.10272 s]
/proc/loadavg: 1.04 1.00 1.00 2/89 3342
/proc/meminfo: memFree=1696920/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1793360 CPUtime=4.27
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 51160 0 1 0 402 25 0 0 18 0 12 0 149582194 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 448340 46514 1321 9 0 445952 0
[pid=3330/tid=3332] ppid=3328 vsize=1793360 CPUtime=2.42
/proc/3330/task/3332/stat : 3332 (java) R 3328 3330 3178 0 -1 64 37699 0 1 0 224 18 0 0 22 0 12 0 149582196 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221755 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3333] ppid=3328 vsize=1793360 CPUtime=0.09
/proc/3330/task/3333/stat : 3333 (java) S 3328 3330 3178 0 -1 64 2933 0 0 0 8 1 0 0 17 0 12 0 149582197 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3334] ppid=3328 vsize=1793360 CPUtime=0.09
/proc/3330/task/3334/stat : 3334 (java) S 3328 3330 3178 0 -1 64 2220 0 0 0 8 1 0 0 17 0 12 0 149582197 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3335] ppid=3328 vsize=1793360 CPUtime=0
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 149582200 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1793360 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 149582200 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3337] ppid=3328 vsize=1793360 CPUtime=0
/proc/3330/task/3337/stat : 3337 (java) S 3328 3330 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 149582200 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3338] ppid=3328 vsize=1793360 CPUtime=0
/proc/3330/task/3338/stat : 3338 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 149582204 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3339] ppid=3328 vsize=1793360 CPUtime=0.64
/proc/3330/task/3339/stat : 3339 (java) R 3328 3330 3178 0 -1 64 2506 0 0 0 64 0 0 0 17 0 12 0 149582204 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105131018 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3340] ppid=3328 vsize=1793360 CPUtime=0.99
/proc/3330/task/3340/stat : 3340 (java) S 3328 3330 3178 0 -1 64 5074 0 0 0 97 2 0 0 16 0 12 0 149582204 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3341] ppid=3328 vsize=1793360 CPUtime=0
/proc/3330/task/3341/stat : 3341 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 149582204 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3342] ppid=3328 vsize=1793360 CPUtime=0
/proc/3330/task/3342/stat : 3342 (java) S 3328 3330 3178 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 149582204 1836400640 46514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1793360

[startup+6.30292 s]
/proc/loadavg: 1.04 1.00 1.00 3/90 3343
/proc/meminfo: memFree=1626320/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1794476 CPUtime=9.38
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 65943 0 1 0 907 31 0 0 18 0 13 0 149582194 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 448619 55674 1334 9 0 446231 0
[pid=3330/tid=3332] ppid=3328 vsize=1794476 CPUtime=4.52
/proc/3330/task/3332/stat : 3332 (java) R 3328 3330 3178 0 -1 64 37720 0 1 0 434 18 0 0 17 0 13 0 149582196 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103343580 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3333] ppid=3328 vsize=1794476 CPUtime=0.57
/proc/3330/task/3333/stat : 3333 (java) S 3328 3330 3178 0 -1 64 7566 0 0 0 54 3 0 0 16 0 13 0 149582197 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3334] ppid=3328 vsize=1794476 CPUtime=0.56
/proc/3330/task/3334/stat : 3334 (java) S 3328 3330 3178 0 -1 64 6890 0 0 0 53 3 0 0 16 0 13 0 149582197 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3335] ppid=3328 vsize=1794476 CPUtime=0
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1794476 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3337] ppid=3328 vsize=1794476 CPUtime=0
/proc/3330/task/3337/stat : 3337 (java) S 3328 3330 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149582200 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3338] ppid=3328 vsize=1794476 CPUtime=0
/proc/3330/task/3338/stat : 3338 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149582204 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3339] ppid=3328 vsize=1794476 CPUtime=1.67
/proc/3330/task/3339/stat : 3339 (java) S 3328 3330 3178 0 -1 64 5126 0 0 0 166 1 0 0 16 0 13 0 149582204 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3340] ppid=3328 vsize=1794476 CPUtime=2
/proc/3330/task/3340/stat : 3340 (java) S 3328 3330 3178 0 -1 64 7907 0 0 0 197 3 0 0 16 0 13 0 149582204 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3341] ppid=3328 vsize=1794476 CPUtime=0
/proc/3330/task/3341/stat : 3341 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149582204 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3342] ppid=3328 vsize=1794476 CPUtime=0
/proc/3330/task/3342/stat : 3342 (java) S 3328 3330 3178 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149582204 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3343] ppid=3328 vsize=1794476 CPUtime=0
/proc/3330/task/3343/stat : 3343 (java) S 3328 3330 3178 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 149582537 1837543424 55674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 1794476

[startup+12.7023 s]
/proc/loadavg: 1.03 1.00 1.00 2/90 3343
/proc/meminfo: memFree=1590360/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1795760 CPUtime=16.52
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 76447 0 1 0 1614 38 0 0 18 0 13 0 149582194 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 448940 63802 1334 9 0 446552 0
[pid=3330/tid=3332] ppid=3328 vsize=1795760 CPUtime=10.19
/proc/3330/task/3332/stat : 3332 (java) R 3328 3330 3178 0 -1 64 37729 0 1 0 1001 18 0 0 23 0 13 0 149582196 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882178 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3333] ppid=3328 vsize=1795760 CPUtime=1.28
/proc/3330/task/3333/stat : 3333 (java) S 3328 3330 3178 0 -1 64 13340 0 0 0 121 7 0 0 16 0 13 0 149582197 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3334] ppid=3328 vsize=1795760 CPUtime=1.27
/proc/3330/task/3334/stat : 3334 (java) S 3328 3330 3178 0 -1 64 11611 0 0 0 121 6 0 0 16 0 13 0 149582197 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3335] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3337] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3337/stat : 3337 (java) S 3328 3330 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3338] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3338/stat : 3338 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149582204 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3339] ppid=3328 vsize=1795760 CPUtime=1.69
/proc/3330/task/3339/stat : 3339 (java) S 3328 3330 3178 0 -1 64 5126 0 0 0 168 1 0 0 16 0 13 0 149582204 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3340] ppid=3328 vsize=1795760 CPUtime=2.04
/proc/3330/task/3340/stat : 3340 (java) S 3328 3330 3178 0 -1 64 7907 0 0 0 201 3 0 0 16 0 13 0 149582204 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3341] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3341/stat : 3341 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149582204 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3342] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3342/stat : 3342 (java) S 3328 3330 3178 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149582204 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3343] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3343/stat : 3343 (java) S 3328 3330 3178 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 149582537 1838858240 63802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.52
Current children cumulated vsize (KiB) 1795760

[startup+25.5011 s]
/proc/loadavg: 1.02 1.00 1.00 4/90 3343
/proc/meminfo: memFree=1580120/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1795760 CPUtime=29.49
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 80511 0 1 0 2909 40 0 0 18 0 13 0 149582194 1838858240 66155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 448940 66155 1334 9 0 446552 0
[pid=3330/tid=3332] ppid=3328 vsize=1795760 CPUtime=22.77
/proc/3330/task/3332/stat : 3332 (java) R 3328 3330 3178 0 -1 64 37744 0 1 0 2259 18 0 0 25 0 13 0 149582196 1838858240 66155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110138397 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3333] ppid=3328 vsize=1795760 CPUtime=1.46
/proc/3330/task/3333/stat : 3333 (java) S 3328 3330 3178 0 -1 64 15316 0 0 0 138 8 0 0 17 0 13 0 149582197 1838858240 66155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3334] ppid=3328 vsize=1795760 CPUtime=1.44
/proc/3330/task/3334/stat : 3334 (java) S 3328 3330 3178 0 -1 64 13681 0 0 0 138 6 0 0 17 0 13 0 149582197 1838858240 66155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3335] ppid=3328 vsize=1795760 CPUtime=0.01
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 14 0 0 0 1 0 0 0 15 0 13 0 149582200 1838858240 66155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 66155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3330/tid=3335] ppid=3328 vsize=1795760 CPUtime=0.18
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 23 0 0 0 12 6 0 0 16 0 13 0 149582200 1838858240 131758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 131758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3337] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3337/stat : 3337 (java) S 3328 3330 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 131758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3338] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3338/stat : 3338 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149582204 1838858240 131758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3339] ppid=3328 vsize=1795760 CPUtime=1.92
/proc/3330/task/3339/stat : 3339 (java) S 3328 3330 3178 0 -1 64 6640 0 0 0 190 2 0 0 16 0 13 0 149582204 1838858240 131758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3340] ppid=3328 vsize=1795760 CPUtime=2.36
/proc/3330/task/3340/stat : 3340 (java) S 3328 3330 3178 0 -1 64 8019 0 0 0 233 3 0 0 16 0 13 0 149582204 1838858240 131758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3341] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3341/stat : 3341 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149582204 1838858240 131758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3342] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3342/stat : 3342 (java) S 3328 3330 3178 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149582204 1838858240 131758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3343] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3343/stat : 3343 (java) S 3328 3330 3178 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 149582537 1838858240 131758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.23
Current children cumulated vsize (KiB) 1795760

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 3343
/proc/meminfo: memFree=1310496/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1795760 CPUtime=1628.25
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 163489 0 1 0 162726 99 0 0 18 0 13 0 149582194 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 448940 132958 1334 9 0 446552 0
[pid=3330/tid=3332] ppid=3328 vsize=1795760 CPUtime=1576.63
/proc/3330/task/3332/stat : 3332 (java) R 3328 3330 3178 0 -1 64 38681 0 1 0 157630 33 0 0 25 0 13 0 149582196 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109901003 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3333] ppid=3328 vsize=1795760 CPUtime=23.52
/proc/3330/task/3333/stat : 3333 (java) S 3328 3330 3178 0 -1 64 54376 0 0 0 2325 27 0 0 16 0 13 0 149582197 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3334] ppid=3328 vsize=1795760 CPUtime=23.57
/proc/3330/task/3334/stat : 3334 (java) S 3328 3330 3178 0 -1 64 55027 0 0 0 2333 24 0 0 16 0 13 0 149582197 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3335] ppid=3328 vsize=1795760 CPUtime=0.18
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 23 0 0 0 12 6 0 0 16 0 13 0 149582200 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3337] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3337/stat : 3337 (java) S 3328 3330 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3338] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3338/stat : 3338 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149582204 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3339] ppid=3328 vsize=1795760 CPUtime=1.92
/proc/3330/task/3339/stat : 3339 (java) S 3328 3330 3178 0 -1 64 6640 0 0 0 190 2 0 0 16 0 13 0 149582204 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3340] ppid=3328 vsize=1795760 CPUtime=2.36
/proc/3330/task/3340/stat : 3340 (java) S 3328 3330 3178 0 -1 64 8019 0 0 0 233 3 0 0 16 0 13 0 149582204 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3341] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3341/stat : 3341 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149582204 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3342] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3342/stat : 3342 (java) S 3328 3330 3178 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149582204 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3343] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3343/stat : 3343 (java) S 3328 3330 3178 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 149582537 1838858240 132958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.25
Current children cumulated vsize (KiB) 1795760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 3343
/proc/meminfo: memFree=1304736/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1795760 CPUtime=1689.29
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 165118 0 1 0 168829 100 0 0 18 0 13 0 149582194 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 448940 134396 1334 9 0 446552 0
[pid=3330/tid=3332] ppid=3328 vsize=1795760 CPUtime=1635.52
/proc/3330/task/3332/stat : 3332 (java) R 3328 3330 3178 0 -1 64 38699 0 1 0 163519 33 0 0 25 0 13 0 149582196 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109900706 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3333] ppid=3328 vsize=1795760 CPUtime=24.58
/proc/3330/task/3333/stat : 3333 (java) S 3328 3330 3178 0 -1 64 54999 0 0 0 2431 27 0 0 16 0 13 0 149582197 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3334] ppid=3328 vsize=1795760 CPUtime=24.65
/proc/3330/task/3334/stat : 3334 (java) S 3328 3330 3178 0 -1 64 56015 0 0 0 2440 25 0 0 16 0 13 0 149582197 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3335] ppid=3328 vsize=1795760 CPUtime=0.19
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 23 0 0 0 13 6 0 0 16 0 13 0 149582200 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3337] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3337/stat : 3337 (java) S 3328 3330 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3338] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3338/stat : 3338 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149582204 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3339] ppid=3328 vsize=1795760 CPUtime=1.92
/proc/3330/task/3339/stat : 3339 (java) S 3328 3330 3178 0 -1 64 6640 0 0 0 190 2 0 0 16 0 13 0 149582204 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3340] ppid=3328 vsize=1795760 CPUtime=2.36
/proc/3330/task/3340/stat : 3340 (java) S 3328 3330 3178 0 -1 64 8019 0 0 0 233 3 0 0 16 0 13 0 149582204 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3341] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3341/stat : 3341 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149582204 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3342] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3342/stat : 3342 (java) S 3328 3330 3178 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149582204 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3343] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3343/stat : 3343 (java) S 3328 3330 3178 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 149582537 1838858240 134396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.29
Current children cumulated vsize (KiB) 1795760

[startup+1722.3 s]
/proc/loadavg: 1.07 1.04 1.01 2/90 3343
/proc/meminfo: memFree=1299424/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1795760 CPUtime=1750.37
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 166583 0 1 0 174935 102 0 0 18 0 13 0 149582194 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 448940 135710 1334 9 0 446552 0
[pid=3330/tid=3332] ppid=3328 vsize=1795760 CPUtime=1694.39
/proc/3330/task/3332/stat : 3332 (java) R 3328 3330 3178 0 -1 64 38717 0 1 0 169405 34 0 0 25 0 13 0 149582196 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109944479 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3333] ppid=3328 vsize=1795760 CPUtime=25.68
/proc/3330/task/3333/stat : 3333 (java) S 3328 3330 3178 0 -1 64 55428 0 0 0 2541 27 0 0 17 0 13 0 149582197 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3334] ppid=3328 vsize=1795760 CPUtime=25.76
/proc/3330/task/3334/stat : 3334 (java) S 3328 3330 3178 0 -1 64 57033 0 0 0 2550 26 0 0 16 0 13 0 149582197 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3335] ppid=3328 vsize=1795760 CPUtime=0.19
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 23 0 0 0 13 6 0 0 16 0 13 0 149582200 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3337] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3337/stat : 3337 (java) S 3328 3330 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3338] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3338/stat : 3338 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149582204 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3339] ppid=3328 vsize=1795760 CPUtime=1.92
/proc/3330/task/3339/stat : 3339 (java) S 3328 3330 3178 0 -1 64 6640 0 0 0 190 2 0 0 16 0 13 0 149582204 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3340] ppid=3328 vsize=1795760 CPUtime=2.36
/proc/3330/task/3340/stat : 3340 (java) S 3328 3330 3178 0 -1 64 8019 0 0 0 233 3 0 0 16 0 13 0 149582204 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3341] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3341/stat : 3341 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149582204 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3342] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3342/stat : 3342 (java) S 3328 3330 3178 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149582204 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3343] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3343/stat : 3343 (java) S 3328 3330 3178 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 149582537 1838858240 135710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.37
Current children cumulated vsize (KiB) 1795760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.1 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 3343
/proc/meminfo: memFree=1291488/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=1795760 CPUtime=1800.09
/proc/3330/stat : 3330 (java) S 3328 3330 3178 0 -1 0 168641 0 1 0 179905 104 0 0 18 0 13 0 149582194 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3330/statm: 448940 137662 1334 9 0 446552 0
[pid=3330/tid=3332] ppid=3328 vsize=1795760 CPUtime=1742.23
/proc/3330/task/3332/stat : 3332 (java) R 3328 3330 3178 0 -1 64 38732 0 1 0 174189 34 0 0 25 0 13 0 149582196 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109868544 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3333] ppid=3328 vsize=1795760 CPUtime=26.61
/proc/3330/task/3333/stat : 3333 (java) S 3328 3330 3178 0 -1 64 56171 0 0 0 2634 27 0 0 16 0 13 0 149582197 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3334] ppid=3328 vsize=1795760 CPUtime=26.7
/proc/3330/task/3334/stat : 3334 (java) S 3328 3330 3178 0 -1 64 58333 0 0 0 2643 27 0 0 16 0 13 0 149582197 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3335] ppid=3328 vsize=1795760 CPUtime=0.2
/proc/3330/task/3335/stat : 3335 (java) S 3328 3330 3178 0 -1 64 23 0 0 0 13 7 0 0 16 0 13 0 149582200 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3336] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3336/stat : 3336 (java) S 3328 3330 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3337] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3337/stat : 3337 (java) S 3328 3330 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149582200 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3338] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3338/stat : 3338 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149582204 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3339] ppid=3328 vsize=1795760 CPUtime=1.92
/proc/3330/task/3339/stat : 3339 (java) S 3328 3330 3178 0 -1 64 6640 0 0 0 190 2 0 0 16 0 13 0 149582204 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3340] ppid=3328 vsize=1795760 CPUtime=2.36
/proc/3330/task/3340/stat : 3340 (java) S 3328 3330 3178 0 -1 64 8019 0 0 0 233 3 0 0 16 0 13 0 149582204 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3341] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3341/stat : 3341 (java) S 3328 3330 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149582204 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3330/tid=3342] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3342/stat : 3342 (java) S 3328 3330 3178 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149582204 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3330/tid=3343] ppid=3328 vsize=1795760 CPUtime=0
/proc/3330/task/3343/stat : 3343 (java) S 3328 3330 3178 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 149582537 1838858240 137662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1795760

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

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

[startup+1771.21 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 3343
/proc/meminfo: memFree=1291488/2055920 swapFree=4146452/4192956
[pid=3330] ppid=3328 vsize=0 CPUtime=1800.2
/proc/3330/stat : 3330 (java) Z 3328 3330 3178 0 -1 1036 168661 0 1 0 179910 110 0 0 16 0 2 0 149582194 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3330/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.24
CPU time (s): 1800.22
CPU user time (s): 1799.1
CPU system time (s): 1.12383
CPU usage (%): 101.637
Max. virtual memory (cumulated for all children) (KiB): 1799428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.12383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168661
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= 42851
involuntary context switches= 47508

runsolver used 1.66475 second user time and 4.84526 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Thu Apr 19 21:04:25 UTC 2007

IDJOB= 362684
IDBENCH= 1625
IDSOLVER= 160
FILE ID= node29/362684-1177016664

PBS_JOBID= 4630594

Free space on /tmp= 66462 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  99b260f11bc3e586ce78c7adccfe4295

RANDOM SEED= 777328268

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.224
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.224
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1840400 kB
Buffers:         18800 kB
Cached:         120324 kB
SwapCached:      11360 kB
Active:          35820 kB
Inactive:       126472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840400 kB
SwapTotal:     4192956 kB
SwapFree:      4146452 kB
Dirty:            6416 kB
Writeback:           0 kB
Mapped:          29896 kB
Slab:            38660 kB
Committed_AS:  2105068 kB
PageTables:       1872 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= 66462 MiB

End job on node29 on Thu Apr 19 21:33:58 UTC 2007