Trace number 362627

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
SAT4JPseudoResolution 2007-03-23UNSAT 182.44 177.973

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-dolom1.opb
MD5SUMc9cdfa3ed9647feb8326e0656a4e04eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.71474
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables66480
Total number of constraints1802
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1802
Minimum length of a constraint40
Maximum length of a constraint66480
Number of terms in the objective function 66480
Biggest coefficient in the objective function 7822
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 589829
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262142
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 589831
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.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.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/362627-1177015631/instance-362627-1177015631.opb
0.20/0.20	c reading problem ... 
5.47/3.99	c ... done. Wall clock time 3.789s.
5.47/3.99	c CPU time (experimental) 2.93s.
5.47/3.99	c #vars     66480
5.47/3.99	c #constraints  3495
182.40/177.90	c starts		: 6
182.40/177.90	c conflicts		: 1460
182.40/177.90	c decisions		: 38326
182.40/177.90	c propagations		: 14783058
182.40/177.90	c inspects		: 62767534
182.40/177.90	c learnt literals	: 7
182.40/177.90	c learnt binary clauses	: 88
182.40/177.90	c learnt ternary clauses	: 43
182.40/177.90	c learnt clauses	: 1452
182.40/177.90	c root simplifications	: 0
182.40/177.90	c removed literals (reason simplification)	: 0
182.40/177.90	c reason swapping (by a shorter reason)	: 0
182.40/177.90	c Calls to reduceDB	: 0
182.40/177.90	c speed (decisions/second)	: 220.8647645611346
182.40/177.90	c non guided choices	0
182.40/177.90	s UNSATISFIABLE
182.40/177.90	c Total wall clock time (ms): 177.703

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node24/watcher-362627-1177015631 -o ROOT/results/node24/solver-362627-1177015631 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362627-1177015631/sat4jPseudoResolution.jar /tmp/evaluation/362627-1177015631/instance-362627-1177015631.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.07 1.03 1.00 3/77 28559
/proc/meminfo: memFree=1566672/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1472 CPUtime=0
/proc/28559/stat : 28559 (java) R 28557 28559 27760 0 -1 0 99 0 0 0 0 0 0 0 18 0 1 0 149481158 1507328 72 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28559/statm: 368 83 61 9 0 10 0

[startup+0.082726 s]
/proc/loadavg: 1.07 1.03 1.00 3/77 28559
/proc/meminfo: memFree=1566672/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1777844 CPUtime=0.07
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 3812 0 1 0 5 2 0 0 18 0 7 0 149481158 1820512256 3555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 444461 3555 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.10273 s]
/proc/loadavg: 1.07 1.03 1.00 3/77 28559
/proc/meminfo: memFree=1566672/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1780256 CPUtime=0.09
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 3998 0 1 0 7 2 0 0 18 0 12 0 149481158 1822982144 3740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 445064 3740 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301752 s]
/proc/loadavg: 1.07 1.03 1.00 3/77 28559
/proc/meminfo: memFree=1566672/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1782132 CPUtime=0.33
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 5681 0 1 0 30 3 0 0 18 0 12 0 149481158 1824903168 5420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 445533 5420 1267 9 0 443145 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782132

[startup+0.702789 s]
/proc/loadavg: 1.07 1.03 1.00 3/77 28559
/proc/meminfo: memFree=1566672/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1784644 CPUtime=0.93
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 10375 0 1 0 88 5 0 0 18 0 12 0 149481158 1827475456 9646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 446161 9648 1296 9 0 443773 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784644

[startup+1.50288 s]
/proc/loadavg: 1.07 1.03 1.00 4/89 28571
/proc/meminfo: memFree=1516912/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1797500 CPUtime=2.29
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 23285 0 1 0 218 11 0 0 18 0 12 0 149481158 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 449375 20219 1310 9 0 446987 0
[pid=28559/tid=28561] ppid=28557 vsize=1797500 CPUtime=1.01
/proc/28559/task/28561/stat : 28561 (java) R 28557 28559 27760 0 -1 64 15634 0 1 0 93 8 0 0 18 0 12 0 149481159 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109641565 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1797500 CPUtime=0
/proc/28559/task/28562/stat : 28562 (java) S 28557 28559 27760 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 149481161 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1797500 CPUtime=0
/proc/28559/task/28563/stat : 28563 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 149481161 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1797500 CPUtime=0
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 149481163 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1797500 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 149481163 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28566] ppid=28557 vsize=1797500 CPUtime=0
/proc/28559/task/28566/stat : 28566 (java) S 28557 28559 27760 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 149481163 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28567] ppid=28557 vsize=1797500 CPUtime=0
/proc/28559/task/28567/stat : 28567 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 149481167 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28568] ppid=28557 vsize=1797500 CPUtime=0.63
/proc/28559/task/28568/stat : 28568 (java) R 28557 28559 27760 0 -1 64 3086 0 0 0 62 1 0 0 18 0 12 0 149481167 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101901774 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28569] ppid=28557 vsize=1797500 CPUtime=0.63
/proc/28559/task/28569/stat : 28569 (java) R 28557 28559 27760 0 -1 64 3843 0 0 0 62 1 0 0 18 0 12 0 149481167 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103320262 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28570] ppid=28557 vsize=1797500 CPUtime=0
/proc/28559/task/28570/stat : 28570 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 149481167 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28571] ppid=28557 vsize=1797500 CPUtime=0
/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149481167 1840640000 20219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1797500

[startup+3.10105 s]
/proc/loadavg: 1.07 1.03 1.00 2/89 28571
/proc/meminfo: memFree=1434864/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1795352 CPUtime=4.37
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 53394 0 1 0 411 26 0 0 18 0 12 0 149481158 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 448838 48394 1320 9 0 446450 0
[pid=28559/tid=28561] ppid=28557 vsize=1795352 CPUtime=2.35
/proc/28559/task/28561/stat : 28561 (java) R 28557 28559 27760 0 -1 64 37671 0 1 0 217 18 0 0 20 0 12 0 149481159 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604701 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1795352 CPUtime=0.13
/proc/28559/task/28562/stat : 28562 (java) S 28557 28559 27760 0 -1 64 3462 0 0 0 12 1 0 0 16 0 12 0 149481161 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1795352 CPUtime=0.13
/proc/28559/task/28563/stat : 28563 (java) S 28557 28559 27760 0 -1 64 3007 0 0 0 12 1 0 0 16 0 12 0 149481161 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1795352 CPUtime=0
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 149481163 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1795352 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 149481163 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28566] ppid=28557 vsize=1795352 CPUtime=0
/proc/28559/task/28566/stat : 28566 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 149481163 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28567] ppid=28557 vsize=1795352 CPUtime=0
/proc/28559/task/28567/stat : 28567 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 149481167 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28568] ppid=28557 vsize=1795352 CPUtime=0.76
/proc/28559/task/28568/stat : 28568 (java) S 28557 28559 27760 0 -1 64 3462 0 0 0 75 1 0 0 16 0 12 0 149481167 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28569] ppid=28557 vsize=1795352 CPUtime=0.95
/proc/28559/task/28569/stat : 28569 (java) S 28557 28559 27760 0 -1 64 5067 0 0 0 93 2 0 0 17 0 12 0 149481167 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28570] ppid=28557 vsize=1795352 CPUtime=0
/proc/28559/task/28570/stat : 28570 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 149481167 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28571] ppid=28557 vsize=1795352 CPUtime=0
/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149481167 1838440448 48394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 1795352

[startup+6.3024 s]
/proc/loadavg: 1.07 1.03 1.00 2/90 28572
/proc/meminfo: memFree=1334120/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1798396 CPUtime=8.54
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 67838 0 1 0 820 34 0 0 18 0 13 0 149481158 1841557504 60415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 449599 60417 1334 9 0 447211 0
[pid=28559/tid=28561] ppid=28557 vsize=1798396 CPUtime=4.77
/proc/28559/task/28561/stat : 28561 (java) S 28557 28559 27760 0 -1 64 37716 0 1 0 459 18 0 0 24 0 13 0 149481159 1841557504 60419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1798396 CPUtime=0.64
/proc/28559/task/28562/stat : 28562 (java) R 28557 28559 27760 0 -1 64 10819 0 0 0 59 5 0 0 18 0 13 0 149481161 1841557504 60420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1798396 CPUtime=0.64
/proc/28559/task/28563/stat : 28563 (java) R 28557 28559 27760 0 -1 64 9286 0 0 0 60 4 0 0 18 0 13 0 149481161 1841557504 60421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1798396 CPUtime=0
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149481163 1841557504 60422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1798396 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149481163 1841557504 60423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28566] ppid=28557 vsize=1798396 CPUtime=0
/proc/28559/task/28566/stat : 28566 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481163 1841557504 60425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28567] ppid=28557 vsize=1798396 CPUtime=0
/proc/28559/task/28567/stat : 28567 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149481167 1841557504 60426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28568] ppid=28557 vsize=1798396 CPUtime=1.11
/proc/28559/task/28568/stat : 28568 (java) S 28557 28559 27760 0 -1 64 4186 0 0 0 110 1 0 0 15 0 13 0 149481167 1841557504 60428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28569] ppid=28557 vsize=1798396 CPUtime=1.31
/proc/28559/task/28569/stat : 28569 (java) S 28557 28559 27760 0 -1 64 5106 0 0 0 129 2 0 0 16 0 13 0 149481167 1841557504 60429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28570] ppid=28557 vsize=1798396 CPUtime=0
/proc/28559/task/28570/stat : 28570 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149481167 1841557504 60431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28571] ppid=28557 vsize=1798396 CPUtime=0
/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149481167 1841557504 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28572] ppid=28557 vsize=1798396 CPUtime=0
/proc/28559/task/28572/stat : 28572 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481606 1841557504 60434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 1798396

[startup+12.7011 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 28572
/proc/meminfo: memFree=1323304/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1797884 CPUtime=15.47
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 69524 0 1 0 1512 35 0 0 18 0 13 0 149481158 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 449471 61841 1334 9 0 447083 0
[pid=28559/tid=28561] ppid=28557 vsize=1797884 CPUtime=10.67
/proc/28559/task/28561/stat : 28561 (java) R 28557 28559 27760 0 -1 64 37720 0 1 0 1049 18 0 0 25 0 13 0 149481159 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109712726 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1797884 CPUtime=1.11
/proc/28559/task/28562/stat : 28562 (java) S 28557 28559 27760 0 -1 64 11960 0 0 0 105 6 0 0 16 0 13 0 149481161 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1797884 CPUtime=1.12
/proc/28559/task/28563/stat : 28563 (java) S 28557 28559 27760 0 -1 64 9816 0 0 0 107 5 0 0 16 0 13 0 149481161 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 149481163 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28566] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28566/stat : 28566 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28567] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28567/stat : 28567 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149481167 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28568] ppid=28557 vsize=1797884 CPUtime=1.16
/proc/28559/task/28568/stat : 28568 (java) S 28557 28559 27760 0 -1 64 4191 0 0 0 115 1 0 0 17 0 13 0 149481167 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28569] ppid=28557 vsize=1797884 CPUtime=1.35
/proc/28559/task/28569/stat : 28569 (java) S 28557 28559 27760 0 -1 64 5106 0 0 0 133 2 0 0 17 0 13 0 149481167 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28570] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28570/stat : 28570 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149481167 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28571] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149481167 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28572] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28572/stat : 28572 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481606 1841033216 61841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 1797884

[startup+25.5025 s]
/proc/loadavg: 1.05 1.03 1.00 2/90 28572
/proc/meminfo: memFree=1302056/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1797884 CPUtime=28.8
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 76273 0 1 0 2843 37 0 0 18 0 13 0 149481158 1841033216 67147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 449471 67147 1334 9 0 447083 0
[pid=28559/tid=28561] ppid=28557 vsize=1797884 CPUtime=22.94
/proc/28559/task/28561/stat : 28561 (java) R 28557 28559 27760 0 -1 64 37728 0 1 0 2276 18 0 0 25 0 13 0 149481159 1841033216 67147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109931918 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1797884 CPUtime=1.63
/proc/28559/task/28562/stat : 28562 (java) S 28557 28559 27760 0 -1 64 15791 0 0 0 156 7 0 0 16 0 13 0 149481161 1841033216 67147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1797884 CPUtime=1.64
/proc/28559/task/28563/stat : 28563 (java) S 28557 28559 27760 0 -1 64 12724 0 0 0 158 6 0 0 16 0 13 0 149481161 1841033216 67147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 67147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 67147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149481167 1841033216 38317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28572] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28572/stat : 28572 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481606 1841033216 38317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.71
Current children cumulated vsize (KiB) 1797884

[startup+172.706 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28572
/proc/meminfo: memFree=1417448/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1797884 CPUtime=177.16
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 82979 0 1 0 17669 47 0 0 18 0 13 0 149481158 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 449471 38251 1334 9 0 447083 0
[pid=28559/tid=28561] ppid=28557 vsize=1797884 CPUtime=168.79
/proc/28559/task/28561/stat : 28561 (java) R 28557 28559 27760 0 -1 64 43285 0 1 0 16858 21 0 0 23 0 13 0 149481159 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109906139 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1797884 CPUtime=2.85
/proc/28559/task/28562/stat : 28562 (java) S 28557 28559 27760 0 -1 64 16398 0 0 0 276 9 0 0 16 0 13 0 149481161 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1797884 CPUtime=2.83
/proc/28559/task/28563/stat : 28563 (java) S 28557 28559 27760 0 -1 64 13240 0 0 0 276 7 0 0 16 0 13 0 149481161 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1797884 CPUtime=0.05
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 30 0 0 0 2 3 0 0 16 0 13 0 149481163 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28566] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28566/stat : 28566 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28567] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28567/stat : 28567 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149481167 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28568] ppid=28557 vsize=1797884 CPUtime=1.19
/proc/28559/task/28568/stat : 28568 (java) S 28557 28559 27760 0 -1 64 4193 0 0 0 118 1 0 0 16 0 13 0 149481167 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28569] ppid=28557 vsize=1797884 CPUtime=1.38
/proc/28559/task/28569/stat : 28569 (java) S 28557 28559 27760 0 -1 64 5109 0 0 0 136 2 0 0 17 0 13 0 149481167 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28570] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28570/stat : 28570 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149481167 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28571] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149481167 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28572] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28572/stat : 28572 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481606 1841033216 38251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.16
Current children cumulated vsize (KiB) 1797884

[startup+175.902 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28572
/proc/meminfo: memFree=1417576/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1797884 CPUtime=180.39
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 83009 0 1 0 17992 47 0 0 18 0 13 0 149481158 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 449471 38243 1334 9 0 447083 0
[pid=28559/tid=28561] ppid=28557 vsize=1797884 CPUtime=171.97
/proc/28559/task/28561/stat : 28561 (java) R 28557 28559 27760 0 -1 64 43289 0 1 0 17175 22 0 0 25 0 13 0 149481159 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109730740 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1797884 CPUtime=2.87
/proc/28559/task/28562/stat : 28562 (java) S 28557 28559 27760 0 -1 64 16409 0 0 0 278 9 0 0 16 0 13 0 149481161 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1797884 CPUtime=2.86
/proc/28559/task/28563/stat : 28563 (java) S 28557 28559 27760 0 -1 64 13255 0 0 0 279 7 0 0 16 0 13 0 149481161 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1797884 CPUtime=0.05
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 30 0 0 0 2 3 0 0 16 0 13 0 149481163 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28566] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28566/stat : 28566 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28567] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28567/stat : 28567 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149481167 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28568] ppid=28557 vsize=1797884 CPUtime=1.19
/proc/28559/task/28568/stat : 28568 (java) S 28557 28559 27760 0 -1 64 4193 0 0 0 118 1 0 0 16 0 13 0 149481167 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28569] ppid=28557 vsize=1797884 CPUtime=1.38
/proc/28559/task/28569/stat : 28569 (java) S 28557 28559 27760 0 -1 64 5109 0 0 0 136 2 0 0 17 0 13 0 149481167 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28570] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28570/stat : 28570 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149481167 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28571] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149481167 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28572] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28572/stat : 28572 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481606 1841033216 38243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.39
Current children cumulated vsize (KiB) 1797884

[startup+176.702 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28572
/proc/meminfo: memFree=1417576/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1797884 CPUtime=181.19
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 83031 0 1 0 18072 47 0 0 18 0 13 0 149481158 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 449471 38262 1334 9 0 447083 0
[pid=28559/tid=28561] ppid=28557 vsize=1797884 CPUtime=172.75
/proc/28559/task/28561/stat : 28561 (java) R 28557 28559 27760 0 -1 64 43290 0 1 0 17253 22 0 0 25 0 13 0 149481159 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109906656 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1797884 CPUtime=2.88
/proc/28559/task/28562/stat : 28562 (java) S 28557 28559 27760 0 -1 64 16414 0 0 0 279 9 0 0 16 0 13 0 149481161 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1797884 CPUtime=2.87
/proc/28559/task/28563/stat : 28563 (java) S 28557 28559 27760 0 -1 64 13271 0 0 0 280 7 0 0 16 0 13 0 149481161 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1797884 CPUtime=0.05
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 30 0 0 0 2 3 0 0 16 0 13 0 149481163 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28566] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28566/stat : 28566 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28567] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28567/stat : 28567 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149481167 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28568] ppid=28557 vsize=1797884 CPUtime=1.19
/proc/28559/task/28568/stat : 28568 (java) S 28557 28559 27760 0 -1 64 4193 0 0 0 118 1 0 0 16 0 13 0 149481167 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28569] ppid=28557 vsize=1797884 CPUtime=1.38
/proc/28559/task/28569/stat : 28569 (java) S 28557 28559 27760 0 -1 64 5109 0 0 0 136 2 0 0 17 0 13 0 149481167 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28570] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28570/stat : 28570 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149481167 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28571] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149481167 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28572] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28572/stat : 28572 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481606 1841033216 38262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 181.19
Current children cumulated vsize (KiB) 1797884

[startup+177.503 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28572
/proc/meminfo: memFree=1417512/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1797884 CPUtime=182
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 83034 0 1 0 18153 47 0 0 18 0 13 0 149481158 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 449471 38264 1334 9 0 447083 0
[pid=28559/tid=28561] ppid=28557 vsize=1797884 CPUtime=173.55
/proc/28559/task/28561/stat : 28561 (java) R 28557 28559 27760 0 -1 64 43291 0 1 0 17333 22 0 0 20 0 13 0 149481159 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109931595 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1797884 CPUtime=2.89
/proc/28559/task/28562/stat : 28562 (java) S 28557 28559 27760 0 -1 64 16414 0 0 0 280 9 0 0 16 0 13 0 149481161 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1797884 CPUtime=2.88
/proc/28559/task/28563/stat : 28563 (java) S 28557 28559 27760 0 -1 64 13273 0 0 0 281 7 0 0 16 0 13 0 149481161 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1797884 CPUtime=0.05
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 30 0 0 0 2 3 0 0 16 0 13 0 149481163 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28566] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28566/stat : 28566 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28567] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28567/stat : 28567 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28568] ppid=28557 vsize=1797884 CPUtime=1.19
/proc/28559/task/28568/stat : 28568 (java) S 28557 28559 27760 0 -1 64 4193 0 0 0 118 1 0 0 16 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28569] ppid=28557 vsize=1797884 CPUtime=1.38
/proc/28559/task/28569/stat : 28569 (java) S 28557 28559 27760 0 -1 64 5109 0 0 0 136 2 0 0 17 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28570] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28570/stat : 28570 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28571] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28572] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28572/stat : 28572 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481606 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182
Current children cumulated vsize (KiB) 1797884

[startup+177.903 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28572
/proc/meminfo: memFree=1417512/2055920 swapFree=4133640/4192956
[pid=28559] ppid=28557 vsize=1797884 CPUtime=182.4
/proc/28559/stat : 28559 (java) S 28557 28559 27760 0 -1 0 83034 0 1 0 18193 47 0 0 18 0 13 0 149481158 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28559/statm: 449471 38264 1334 9 0 447083 0
[pid=28559/tid=28561] ppid=28557 vsize=1797884 CPUtime=173.95
/proc/28559/task/28561/stat : 28561 (java) R 28557 28559 27760 0 -1 64 43291 0 1 0 17373 22 0 0 23 0 13 0 149481159 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109908698 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28562] ppid=28557 vsize=1797884 CPUtime=2.89
/proc/28559/task/28562/stat : 28562 (java) S 28557 28559 27760 0 -1 64 16414 0 0 0 280 9 0 0 16 0 13 0 149481161 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28563] ppid=28557 vsize=1797884 CPUtime=2.88
/proc/28559/task/28563/stat : 28563 (java) S 28557 28559 27760 0 -1 64 13273 0 0 0 281 7 0 0 16 0 13 0 149481161 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28564] ppid=28557 vsize=1797884 CPUtime=0.05
/proc/28559/task/28564/stat : 28564 (java) S 28557 28559 27760 0 -1 64 30 0 0 0 2 3 0 0 16 0 13 0 149481163 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28565] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28565/stat : 28565 (java) S 28557 28559 27760 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28566] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28566/stat : 28566 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481163 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28567] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28567/stat : 28567 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28568] ppid=28557 vsize=1797884 CPUtime=1.19
/proc/28559/task/28568/stat : 28568 (java) S 28557 28559 27760 0 -1 64 4193 0 0 0 118 1 0 0 16 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28569] ppid=28557 vsize=1797884 CPUtime=1.38
/proc/28559/task/28569/stat : 28569 (java) S 28557 28559 27760 0 -1 64 5109 0 0 0 136 2 0 0 17 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28570] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28570/stat : 28570 (java) S 28557 28559 27760 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28559/tid=28571] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28571/stat : 28571 (java) S 28557 28559 27760 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149481167 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28559/tid=28572] ppid=28557 vsize=1797884 CPUtime=0
/proc/28559/task/28572/stat : 28572 (java) S 28557 28559 27760 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149481606 1841033216 38264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.4
Current children cumulated vsize (KiB) 1797884

Child status: 20
Real time (s): 177.973
CPU time (s): 182.44
CPU user time (s): 181.935
CPU system time (s): 0.504923
CPU usage (%): 102.51
Max. virtual memory (cumulated for all children) (KiB): 1798396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.935
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83043
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= 6134
involuntary context switches= 5394

runsolver used 0.189971 second user time and 0.476927 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Thu Apr 19 20:47:11 UTC 2007

IDJOB= 362627
IDBENCH= 1602
IDSOLVER= 159
FILE ID= node24/362627-1177015631

PBS_JOBID= 4630539

Free space on /tmp= 66228 MiB

SOLVER NAME= SAT4JPseudoResolution 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-dolom1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362627-1177015631/sat4jPseudoResolution.jar /tmp/evaluation/362627-1177015631/instance-362627-1177015631.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-362627-1177015631 -o ROOT/results/node24/solver-362627-1177015631 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362627-1177015631/sat4jPseudoResolution.jar /tmp/evaluation/362627-1177015631/instance-362627-1177015631.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c9cdfa3ed9647feb8326e0656a4e04eb

RANDOM SEED= 211234094

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1567080 kB
Buffers:         38444 kB
Cached:         353912 kB
SwapCached:      27340 kB
Active:         138388 kB
Inactive:       289348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567080 kB
SwapTotal:     4192956 kB
SwapFree:      4133640 kB
Dirty:            7272 kB
Writeback:           0 kB
Mapped:          42388 kB
Slab:            46620 kB
Committed_AS:  1882176 kB
PageTables:       1808 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= 66228 MiB

End job on node24 on Thu Apr 19 20:50:09 UTC 2007