Trace number 362674

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23UNSAT 674.592 667.581

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-trento1.opb
MD5SUM38efecbab82080ab0719e9bf155a35ec
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.59576
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables44575
Total number of constraints1264
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 constraints1264
Minimum length of a constraint35
Maximum length of a constraint44575
Number of terms in the objective function 44575
Biggest coefficient in the objective function 78668
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 568252
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 568256
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.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
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=10000.0 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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/362674-1177016518/instance-362674-1177016518.opb
0.20/0.20	c reading problem ... 
4.14/2.73	c ... done. Wall clock time 2.526s.
4.14/2.73	c CPU time (experimental) 2.11s.
4.14/2.73	c #vars     44575
4.14/2.73	c #constraints  2512
674.44/667.49	c starts		: 1
674.44/667.49	c conflicts		: 32
674.44/667.49	c decisions		: 210285
674.44/667.49	c propagations		: 462648
674.44/667.49	c inspects		: 1203154
674.44/667.49	c learnt literals	: 0
674.44/667.49	c learnt binary clauses	: 0
674.44/667.49	c learnt ternary clauses	: 0
674.44/667.49	c learnt clauses	: 31
674.44/667.49	c root simplifications	: 0
674.44/667.49	c removed literals (reason simplification)	: 0
674.44/667.49	c reason swapping (by a shorter reason)	: 0
674.44/667.49	c Calls to reduceDB	: 0
674.44/667.49	c speed (decisions/second)	: 316.5021831629297
674.44/667.49	c non guided choices	0
674.44/667.49	s UNSATISFIABLE
674.44/667.49	c Total wall clock time (ms): 667.289

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31300
/proc/meminfo: memFree=1868264/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1800 CPUtime=0
/proc/31300/stat : 31300 (java) D 31298 31300 30699 0 -1 0 170 0 0 0 0 0 0 0 20 0 1 0 149567444 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/31300/statm: 450 143 106 9 0 92 0

[startup+0.00753504 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31300
/proc/meminfo: memFree=1868264/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=152 CPUtime=0
/proc/31300/stat : 31300 (java) R 31298 31300 30699 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 149567444 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7017252 0 0 4096 0 0 0 0 17 1 0 0
/proc/31300/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101546 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31300
/proc/meminfo: memFree=1868264/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1780112 CPUtime=0.09
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 3981 0 1 0 6 3 0 0 18 0 12 0 149567444 1822834688 3723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 445028 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.30156 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31300
/proc/meminfo: memFree=1868264/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1782620 CPUtime=0.33
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 5477 0 1 0 30 3 0 0 18 0 12 0 149567444 1825402880 5216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 445655 5216 1267 9 0 443266 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782620

[startup+0.701576 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31300
/proc/meminfo: memFree=1868264/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1784812 CPUtime=0.94
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 10495 0 1 0 88 6 0 0 18 0 12 0 149567444 1827647488 9782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 446203 9784 1296 9 0 443814 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1784812

[startup+1.50163 s]
/proc/loadavg: 0.92 0.98 0.99 3/89 31312
/proc/meminfo: memFree=1825096/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1795020 CPUtime=2.41
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 24104 0 1 0 228 13 0 0 18 0 12 0 149567444 1838100480 20739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448755 20740 1310 9 0 446366 0
[pid=31300/tid=31302] ppid=31298 vsize=1795020 CPUtime=1.05
/proc/31300/task/31302/stat : 31302 (java) R 31298 31300 30699 0 -1 64 16817 0 1 0 96 9 0 0 23 0 12 0 149567445 1838100480 20741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109662558 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1795020 CPUtime=0
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 149567446 1838100480 20742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1795020 CPUtime=0
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 149567446 1838100480 20744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1795020 CPUtime=0
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 149567449 1838100480 20746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1795020 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 149567449 1838100480 20747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31307] ppid=31298 vsize=1795020 CPUtime=0
/proc/31300/task/31307/stat : 31307 (java) S 31298 31300 30699 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 149567449 1838100480 20747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31308] ppid=31298 vsize=1795020 CPUtime=0
/proc/31300/task/31308/stat : 31308 (java) S 31298 31300 30699 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 149567453 1838100480 20748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31309] ppid=31298 vsize=1795020 CPUtime=0.52
/proc/31300/task/31309/stat : 31309 (java) S 31298 31300 30699 0 -1 64 1899 0 0 0 51 1 0 0 16 0 12 0 149567453 1838100480 20750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31310] ppid=31298 vsize=1795020 CPUtime=0.81
/proc/31300/task/31310/stat : 31310 (java) R 31298 31300 30699 0 -1 64 4670 0 0 0 80 1 0 0 18 0 12 0 149567453 1838100480 20751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336763 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31311] ppid=31298 vsize=1795020 CPUtime=0
/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 149567453 1838100480 20751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1795020 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149567453 1838100480 20752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1795020

[startup+3.10273 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 31312
/proc/meminfo: memFree=1732488/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1793504 CPUtime=4.77
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 54383 0 1 0 450 27 0 0 18 0 12 0 149567444 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448376 47615 1333 9 0 445987 0
[pid=31300/tid=31302] ppid=31298 vsize=1793504 CPUtime=2.31
/proc/31300/task/31302/stat : 31302 (java) R 31298 31300 30699 0 -1 64 37712 0 1 0 212 19 0 0 19 0 12 0 149567445 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1793504 CPUtime=0.13
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 3472 0 0 0 12 1 0 0 16 0 12 0 149567446 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1793504 CPUtime=0.12
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 2786 0 0 0 11 1 0 0 18 0 12 0 149567446 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1793504 CPUtime=0
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 149567449 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1793504 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 149567449 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31307] ppid=31298 vsize=1793504 CPUtime=0
/proc/31300/task/31307/stat : 31307 (java) S 31298 31300 30699 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 149567449 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31308] ppid=31298 vsize=1793504 CPUtime=0
/proc/31300/task/31308/stat : 31308 (java) S 31298 31300 30699 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 149567453 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31309] ppid=31298 vsize=1793504 CPUtime=0.85
/proc/31300/task/31309/stat : 31309 (java) R 31298 31300 30699 0 -1 64 3473 0 0 0 84 1 0 0 17 0 12 0 149567453 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105210112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31310] ppid=31298 vsize=1793504 CPUtime=1.31
/proc/31300/task/31310/stat : 31310 (java) S 31298 31300 30699 0 -1 64 6215 0 0 0 129 2 0 0 16 0 12 0 149567453 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31311] ppid=31298 vsize=1793504 CPUtime=0
/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 149567453 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1793504 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149567453 1836548096 47615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 1793504

[startup+6.30293 s]
/proc/loadavg: 0.93 0.98 0.99 4/90 31313
/proc/meminfo: memFree=1650312/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1792864 CPUtime=8.54
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 63425 0 1 0 822 32 0 0 18 0 13 0 149567444 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448216 55468 1333 9 0 445827 0
[pid=31300/tid=31302] ppid=31298 vsize=1792864 CPUtime=5.08
/proc/31300/task/31302/stat : 31302 (java) R 31298 31300 30699 0 -1 64 37730 0 1 0 489 19 0 0 17 0 13 0 149567445 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109971656 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1792864 CPUtime=0.43
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 8353 0 0 0 40 3 0 0 16 0 13 0 149567446 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1792864 CPUtime=0.43
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 6698 0 0 0 40 3 0 0 16 0 13 0 149567446 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1792864 CPUtime=0
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149567449 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1792864 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149567449 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31307] ppid=31298 vsize=1792864 CPUtime=0
/proc/31300/task/31307/stat : 31307 (java) S 31298 31300 30699 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149567449 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31308] ppid=31298 vsize=1792864 CPUtime=0
/proc/31300/task/31308/stat : 31308 (java) S 31298 31300 30699 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 149567453 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31309] ppid=31298 vsize=1792864 CPUtime=1.08
/proc/31300/task/31309/stat : 31309 (java) S 31298 31300 30699 0 -1 64 3690 0 0 0 106 2 0 0 16 0 13 0 149567453 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31310] ppid=31298 vsize=1792864 CPUtime=1.46
/proc/31300/task/31310/stat : 31310 (java) S 31298 31300 30699 0 -1 64 6225 0 0 0 144 2 0 0 17 0 13 0 149567453 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31311] ppid=31298 vsize=1792864 CPUtime=0
/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149567453 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1792864 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149567453 1835892736 55468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31313] ppid=31298 vsize=1792864 CPUtime=0
/proc/31300/task/31313/stat : 31313 (java) S 31298 31300 30699 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 149567763 1835892736 55468 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) 1792864

[startup+12.7023 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 31313
/proc/meminfo: memFree=1626320/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1794148 CPUtime=15.2
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 71764 0 1 0 1484 36 0 0 18 0 13 0 149567444 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448537 61302 1333 9 0 446148 0
[pid=31300/tid=31302] ppid=31298 vsize=1794148 CPUtime=11.21
/proc/31300/task/31302/stat : 31302 (java) R 31298 31300 30699 0 -1 64 37738 0 1 0 1102 19 0 0 25 0 13 0 149567445 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109971035 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1794148 CPUtime=0.7
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 12849 0 0 0 65 5 0 0 16 0 13 0 149567446 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1794148 CPUtime=0.7
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 10533 0 0 0 65 5 0 0 16 0 13 0 149567446 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31307] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31307/stat : 31307 (java) S 31298 31300 30699 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31308] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31308/stat : 31308 (java) S 31298 31300 30699 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 149567453 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31309] ppid=31298 vsize=1794148 CPUtime=1.08
/proc/31300/task/31309/stat : 31309 (java) S 31298 31300 30699 0 -1 64 3690 0 0 0 106 2 0 0 16 0 13 0 149567453 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31310] ppid=31298 vsize=1794148 CPUtime=1.46
/proc/31300/task/31310/stat : 31310 (java) S 31298 31300 30699 0 -1 64 6225 0 0 0 144 2 0 0 17 0 13 0 149567453 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31311] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149567453 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149567453 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31313] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31313/stat : 31313 (java) S 31298 31300 30699 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 149567763 1837207552 61302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.2
Current children cumulated vsize (KiB) 1794148

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 31313
/proc/meminfo: memFree=1708304/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1794148 CPUtime=28.02
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 71803 0 1 0 2764 38 0 0 18 0 13 0 149567444 1837207552 40995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448537 40995 1333 9 0 446148 0
[pid=31300/tid=31302] ppid=31298 vsize=1794148 CPUtime=23.98
/proc/31300/task/31302/stat : 31302 (java) R 31298 31300 30699 0 -1 64 37759 0 1 0 2378 20 0 0 25 0 13 0 149567445 1837207552 40995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109971770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1794148 CPUtime=0.71
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 12867 0 0 0 66 5 0 0 17 0 13 0 149567446 1837207552 40995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1794148 CPUtime=0.71
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 10533 0 0 0 66 5 0 0 16 0 13 0 149567446 1837207552 40995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1794148 CPUtime=0.01
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 7 0 0 0 0 1 0 0 16 0 13 0 149567449 1837207552 40995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 40995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149567453 1837207552 80992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149567453 1837207552 80992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31313] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31313/stat : 31313 (java) S 31298 31300 30699 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 149567763 1837207552 80992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 666.08
Current children cumulated vsize (KiB) 1794148

[startup+662.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31313
/proc/meminfo: memFree=1547984/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1794148 CPUtime=669.31
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 169240 0 1 0 66788 143 0 0 18 0 13 0 149567444 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448537 81040 1333 9 0 446148 0
[pid=31300/tid=31302] ppid=31298 vsize=1794148 CPUtime=654.87
/proc/31300/task/31302/stat : 31302 (java) R 31298 31300 30699 0 -1 64 101194 0 1 0 65439 48 0 0 25 0 13 0 149567445 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109581024 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1794148 CPUtime=5.32
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 31465 0 0 0 501 31 0 0 15 0 13 0 149567446 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1794148 CPUtime=5.31
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 25332 0 0 0 494 37 0 0 16 0 13 0 149567446 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1794148 CPUtime=0.42
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 166 0 0 0 23 19 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31307] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31307/stat : 31307 (java) S 31298 31300 30699 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31308] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31308/stat : 31308 (java) S 31298 31300 30699 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31309] ppid=31298 vsize=1794148 CPUtime=1.4
/proc/31300/task/31309/stat : 31309 (java) S 31298 31300 30699 0 -1 64 3707 0 0 0 138 2 0 0 17 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31310] ppid=31298 vsize=1794148 CPUtime=1.93
/proc/31300/task/31310/stat : 31310 (java) S 31298 31300 30699 0 -1 64 6654 0 0 0 191 2 0 0 17 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31311] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31313] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31313/stat : 31313 (java) S 31298 31300 30699 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 149567763 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 669.31
Current children cumulated vsize (KiB) 1794148

[startup+665.507 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31313
/proc/meminfo: memFree=1547920/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1794148 CPUtime=672.53
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 169245 0 1 0 67110 143 0 0 18 0 13 0 149567444 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448537 81040 1333 9 0 446148 0
[pid=31300/tid=31302] ppid=31298 vsize=1794148 CPUtime=658.05
/proc/31300/task/31302/stat : 31302 (java) R 31298 31300 30699 0 -1 64 101199 0 1 0 65757 48 0 0 24 0 13 0 149567445 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109944995 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1794148 CPUtime=5.34
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 31465 0 0 0 503 31 0 0 16 0 13 0 149567446 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1794148 CPUtime=5.33
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 25332 0 0 0 496 37 0 0 16 0 13 0 149567446 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1794148 CPUtime=0.42
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 166 0 0 0 23 19 0 0 15 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31307] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31307/stat : 31307 (java) S 31298 31300 30699 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31308] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31308/stat : 31308 (java) S 31298 31300 30699 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31309] ppid=31298 vsize=1794148 CPUtime=1.4
/proc/31300/task/31309/stat : 31309 (java) S 31298 31300 30699 0 -1 64 3707 0 0 0 138 2 0 0 17 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31310] ppid=31298 vsize=1794148 CPUtime=1.93
/proc/31300/task/31310/stat : 31310 (java) S 31298 31300 30699 0 -1 64 6654 0 0 0 191 2 0 0 17 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31311] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31313] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31313/stat : 31313 (java) S 31298 31300 30699 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 149567763 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 672.53
Current children cumulated vsize (KiB) 1794148

[startup+666.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31313
/proc/meminfo: memFree=1547920/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1794148 CPUtime=673.33
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 169247 0 1 0 67190 143 0 0 18 0 13 0 149567444 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448537 81040 1333 9 0 446148 0
[pid=31300/tid=31302] ppid=31298 vsize=1794148 CPUtime=658.83
/proc/31300/task/31302/stat : 31302 (java) R 31298 31300 30699 0 -1 64 101201 0 1 0 65835 48 0 0 25 0 13 0 149567445 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109945002 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1794148 CPUtime=5.35
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 31465 0 0 0 504 31 0 0 16 0 13 0 149567446 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1794148 CPUtime=5.34
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 25332 0 0 0 497 37 0 0 16 0 13 0 149567446 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1794148 CPUtime=0.42
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 166 0 0 0 23 19 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31307] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31307/stat : 31307 (java) S 31298 31300 30699 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31308] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31308/stat : 31308 (java) S 31298 31300 30699 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31309] ppid=31298 vsize=1794148 CPUtime=1.4
/proc/31300/task/31309/stat : 31309 (java) S 31298 31300 30699 0 -1 64 3707 0 0 0 138 2 0 0 17 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31310] ppid=31298 vsize=1794148 CPUtime=1.93
/proc/31300/task/31310/stat : 31310 (java) S 31298 31300 30699 0 -1 64 6654 0 0 0 191 2 0 0 17 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31311] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31313] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31313/stat : 31313 (java) S 31298 31300 30699 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 149567763 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 673.33
Current children cumulated vsize (KiB) 1794148

[startup+667.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31313
/proc/meminfo: memFree=1547920/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1794148 CPUtime=674.14
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 169248 0 1 0 67271 143 0 0 18 0 13 0 149567444 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448537 81040 1333 9 0 446148 0
[pid=31300/tid=31302] ppid=31298 vsize=1794148 CPUtime=659.63
/proc/31300/task/31302/stat : 31302 (java) R 31298 31300 30699 0 -1 64 101202 0 1 0 65915 48 0 0 25 0 13 0 149567445 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109945020 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1794148 CPUtime=5.35
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 31465 0 0 0 504 31 0 0 15 0 13 0 149567446 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1794148 CPUtime=5.35
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 25332 0 0 0 498 37 0 0 16 0 13 0 149567446 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1794148 CPUtime=0.42
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 166 0 0 0 23 19 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31307] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31307/stat : 31307 (java) S 31298 31300 30699 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149567449 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31308] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31308/stat : 31308 (java) S 31298 31300 30699 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31309] ppid=31298 vsize=1794148 CPUtime=1.4
/proc/31300/task/31309/stat : 31309 (java) S 31298 31300 30699 0 -1 64 3707 0 0 0 138 2 0 0 17 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31310] ppid=31298 vsize=1794148 CPUtime=1.93
/proc/31300/task/31310/stat : 31310 (java) S 31298 31300 30699 0 -1 64 6654 0 0 0 191 2 0 0 17 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31311] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149567453 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31313] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31313/stat : 31313 (java) S 31298 31300 30699 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 149567763 1837207552 81040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 674.14
Current children cumulated vsize (KiB) 1794148

[startup+667.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31313
/proc/meminfo: memFree=1547920/2055920 swapFree=4157140/4192956
[pid=31300] ppid=31298 vsize=1794148 CPUtime=674.53
/proc/31300/stat : 31300 (java) S 31298 31300 30699 0 -1 0 169255 0 1 0 67310 143 0 0 18 0 12 0 149567444 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31300/statm: 448537 81046 1334 9 0 446148 0
[pid=31300/tid=31302] ppid=31298 vsize=1794148 CPUtime=660.01
/proc/31300/task/31302/stat : 31302 (java) S 31298 31300 30699 0 -1 64 101208 0 1 0 65953 48 0 0 25 0 12 0 149567445 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31303] ppid=31298 vsize=1794148 CPUtime=5.35
/proc/31300/task/31303/stat : 31303 (java) S 31298 31300 30699 0 -1 64 31465 0 0 0 504 31 0 0 15 0 12 0 149567446 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31304] ppid=31298 vsize=1794148 CPUtime=5.35
/proc/31300/task/31304/stat : 31304 (java) S 31298 31300 30699 0 -1 64 25332 0 0 0 498 37 0 0 16 0 12 0 149567446 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31305] ppid=31298 vsize=1794148 CPUtime=0.42
/proc/31300/task/31305/stat : 31305 (java) S 31298 31300 30699 0 -1 64 166 0 0 0 23 19 0 0 16 0 12 0 149567449 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31306] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31306/stat : 31306 (java) S 31298 31300 30699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 149567449 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31307] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31307/stat : 31307 (java) S 31298 31300 30699 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 149567449 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31308] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31308/stat : 31308 (java) S 31298 31300 30699 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 149567453 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31309] ppid=31298 vsize=1794148 CPUtime=1.4
/proc/31300/task/31309/stat : 31309 (java) S 31298 31300 30699 0 -1 64 3707 0 0 0 138 2 0 0 17 0 12 0 149567453 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31310] ppid=31298 vsize=1794148 CPUtime=1.93
/proc/31300/task/31310/stat : 31310 (java) S 31298 31300 30699 0 -1 64 6654 0 0 0 191 2 0 0 17 0 12 0 149567453 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31300/tid=31311] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31311/stat : 31311 (java) S 31298 31300 30699 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 149567453 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31300/tid=31312] ppid=31298 vsize=1794148 CPUtime=0
/proc/31300/task/31312/stat : 31312 (java) S 31298 31300 30699 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149567453 1837207552 81046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 674.53
Current children cumulated vsize (KiB) 1794148

Child status: 20
Real time (s): 667.581
CPU time (s): 674.592
CPU user time (s): 673.107
CPU system time (s): 1.48577
CPU usage (%): 101.05
Max. virtual memory (cumulated for all children) (KiB): 1795024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 673.107
system time used= 1.48577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169260
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= 33851
involuntary context switches= 23957

runsolver used 0.739887 second user time and 2.06669 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Thu Apr 19 21:01:58 UTC 2007

IDJOB= 362674
IDBENCH= 1616
IDSOLVER= 164
FILE ID= node30/362674-1177016518

PBS_JOBID= 4630551

Free space on /tmp= 66391 MiB

SOLVER NAME= sat4jPseudoCPClause 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-trento1.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362674-1177016518/sat4jPseudoCPClause.jar /tmp/evaluation/362674-1177016518/instance-362674-1177016518.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-362674-1177016518 -o ROOT/results/node30/solver-362674-1177016518 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362674-1177016518/sat4jPseudoCPClause.jar /tmp/evaluation/362674-1177016518/instance-362674-1177016518.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  38efecbab82080ab0719e9bf155a35ec

RANDOM SEED= 865445036

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1868672 kB
Buffers:         32764 kB
Cached:          89016 kB
SwapCached:      15104 kB
Active:          54872 kB
Inactive:        89920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868672 kB
SwapTotal:     4192956 kB
SwapFree:      4157140 kB
Dirty:            5796 kB
Writeback:           0 kB
Mapped:          30144 kB
Slab:            27920 kB
Committed_AS:  2876000 kB
PageTables:       1776 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66391 MiB

End job on node30 on Thu Apr 19 21:13:05 UTC 2007