Trace number 365766

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 NameAnswerCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.31 1788.96

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUM2318a0c7fc475c873b2fa45e5e7fe96e
Bench CategorySATUNSAT-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.06499
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables93
Total number of constraints2
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 constraints2
Minimum length of a constraint93
Maximum length of a constraint93
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/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/365766-1177052389/instance-365766-1177052389.opb
0.20/0.20	c reading problem ... 
0.20/0.23	c ... done. Wall clock time 0.032s.
0.20/0.23	c CPU time (experimental) 0.19s.
0.20/0.23	c #vars     93
0.20/0.23	c #constraints  2
1800.05/1788.71	c starts		: 24
1800.05/1788.71	c conflicts		: 2809502
1800.05/1788.71	c decisions		: 2810524
1800.05/1788.71	c propagations		: 15727990
1800.05/1788.71	c inspects		: 2093099114
1800.05/1788.71	c learnt literals	: 0
1800.05/1788.71	c learnt binary clauses	: 0
1800.05/1788.71	c learnt ternary clauses	: 0
1800.05/1788.71	c learnt clauses	: 2809502
1800.05/1788.71	c root simplifications	: 0
1800.05/1788.71	c removed literals (reason simplification)	: 0
1800.05/1788.71	c reason swapping (by a shorter reason)	: 0
1800.05/1788.71	c Calls to reduceDB	: 1
1800.05/1788.71	c speed (decisions/second)	: 1571.462199402061
1800.05/1788.71	c non guided choices	82
1800.05/1788.71	s UNKNOWN
1800.05/1788.71	c Total wall clock time (ms): 1788.511

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/node5/watcher-365766-1177052389 -o ROOT/results/node5/solver-365766-1177052389 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365766-1177052389/sat4jPseudoResolution.jar /tmp/evaluation/365766-1177052389/instance-365766-1177052389.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.93 0.99 0.99 2/77 32302
/proc/meminfo: memFree=1747776/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1520 CPUtime=0
/proc/32302/stat : 32302 (java) R 32300 32302 29578 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 181276558 1556480 73 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7864928 0 0 4096 0 0 0 0 17 1 0 0
/proc/32302/statm: 380 74 55 9 0 10 0

[startup+0.016726 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 32302
/proc/meminfo: memFree=1747776/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=12652 CPUtime=0.01
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 879 0 1 0 0 1 0 0 18 0 2 0 181276558 12955648 635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12652

[startup+0.101662 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 32302
/proc/meminfo: memFree=1747776/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1780108 CPUtime=0.08
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 181276558 1822830592 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 445027 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301684 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 32302
/proc/meminfo: memFree=1747776/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1782624 CPUtime=0.35
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 5309 0 1 0 32 3 0 0 18 0 13 0 181276558 1825406976 5031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 445656 5031 1279 9 0 443268 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782624

[startup+0.701726 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 32302
/proc/meminfo: memFree=1747776/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1783692 CPUtime=0.95
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 6810 0 1 0 91 4 0 0 18 0 13 0 181276558 1826500608 6232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 445923 6232 1300 9 0 443535 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1783692

[startup+1.50281 s]
/proc/loadavg: 0.93 0.99 0.99 2/90 32315
/proc/meminfo: memFree=1721944/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1783692 CPUtime=1.86
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 10858 0 1 0 179 7 0 0 18 0 13 0 181276558 1826500608 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 445923 10034 1308 9 0 443535 0
[pid=32302/tid=32304] ppid=32300 vsize=1783692 CPUtime=1.3
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29578 0 -1 64 8584 0 1 0 124 6 0 0 18 0 13 0 181276560 1826500608 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29578 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181276561 1826500608 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32306] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 181276561 1826500608 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 181276563 1826500608 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 181276564 1826500608 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32309] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 181276564 1826500608 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32310] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181276568 1826500608 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32311] ppid=32300 vsize=1783692 CPUtime=0.3
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29578 0 -1 64 866 0 0 0 30 0 0 0 16 0 13 0 181276568 1826500608 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32312] ppid=32300 vsize=1783692 CPUtime=0.23
/proc/32302/task/32312/stat : 32312 (java) S 32300 32302 29578 0 -1 64 681 0 0 0 23 0 0 0 16 0 13 0 181276568 1826500608 10035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32313] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32313/stat : 32313 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181276568 1826500608 10035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32314] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32314/stat : 32314 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181276568 1826500608 10035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32315] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32315/stat : 32315 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181276582 1826500608 10035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 1783692

[startup+3.10299 s]
/proc/loadavg: 0.93 0.99 0.99 2/90 32315
/proc/meminfo: memFree=1701016/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1783692 CPUtime=3.46
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 18002 0 1 0 336 10 0 0 18 0 13 0 181276558 1826500608 17177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 445923 17177 1308 9 0 443535 0
[pid=32302/tid=32304] ppid=32300 vsize=1783692 CPUtime=2.9
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29578 0 -1 64 15728 0 1 0 281 9 0 0 25 0 13 0 181276560 1826500608 17177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504600 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29578 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181276561 1826500608 17178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32306] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 181276561 1826500608 17178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 181276563 1826500608 17178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 181276564 1826500608 17178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32309] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 181276564 1826500608 17178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32310] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181276568 1826500608 17179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32311] ppid=32300 vsize=1783692 CPUtime=0.3
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29578 0 -1 64 866 0 0 0 30 0 0 0 16 0 13 0 181276568 1826500608 17179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32312] ppid=32300 vsize=1783692 CPUtime=0.23
/proc/32302/task/32312/stat : 32312 (java) S 32300 32302 29578 0 -1 64 681 0 0 0 23 0 0 0 16 0 13 0 181276568 1826500608 17179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32313] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32313/stat : 32313 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181276568 1826500608 17179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32314] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32314/stat : 32314 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181276568 1826500608 17179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32315] ppid=32300 vsize=1783692 CPUtime=0
/proc/32302/task/32315/stat : 32315 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181276582 1826500608 17179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1783692

[startup+6.30136 s]
/proc/loadavg: 0.94 0.99 0.99 2/90 32315
/proc/meminfo: memFree=1644952/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1783328 CPUtime=6.66
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 30414 0 1 0 651 15 0 0 18 0 13 0 181276558 1826127872 29496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 445832 29496 1308 9 0 443444 0
[pid=32302/tid=32304] ppid=32300 vsize=1783328 CPUtime=6.1
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29578 0 -1 64 28140 0 1 0 596 14 0 0 25 0 13 0 181276560 1826127872 29497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109526487 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29578 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181276561 1826127872 29497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32306] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 181276561 1826127872 29497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 181276563 1826127872 29497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32308] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 181276564 1826127872 29498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32309] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 181276564 1826127872 29498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32310] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181276568 1826127872 29498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32311] ppid=32300 vsize=1783328 CPUtime=0.31
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29578 0 -1 64 867 0 0 0 31 0 0 0 16 0 13 0 181276568 1826127872 29498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32312] ppid=32300 vsize=1783328 CPUtime=0.23
/proc/32302/task/32312/stat : 32312 (java) S 32300 32302 29578 0 -1 64 681 0 0 0 23 0 0 0 16 0 13 0 181276568 1826127872 29498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32313] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32313/stat : 32313 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181276568 1826127872 29498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32314] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32314/stat : 32314 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181276568 1826127872 29498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32315] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32315/stat : 32315 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181276582 1826127872 29498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 1783328

[startup+12.7021 s]
/proc/loadavg: 0.94 0.99 0.99 2/90 32315
/proc/meminfo: memFree=1548504/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1783328 CPUtime=13.19
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 52110 0 1 0 1294 25 0 0 18 0 13 0 181276558 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 445832 50834 1317 9 0 443444 0
[pid=32302/tid=32304] ppid=32300 vsize=1783328 CPUtime=12.38
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29578 0 -1 64 37694 0 1 0 1219 19 0 0 25 0 13 0 181276560 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488234 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=1783328 CPUtime=0.1
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29578 0 -1 64 6297 0 0 0 8 2 0 0 17 0 13 0 181276561 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32306] ppid=32300 vsize=1783328 CPUtime=0.11
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29578 0 -1 64 5841 0 0 0 9 2 0 0 16 0 13 0 181276561 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29578 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181276563 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29578 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181276564 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32309] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181276564 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32310] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181276568 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32311] ppid=32300 vsize=1783328 CPUtime=0.32
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29578 0 -1 64 867 0 0 0 32 0 0 0 16 0 13 0 181276568 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32312] ppid=32300 vsize=1783328 CPUtime=0.24
/proc/32302/task/32312/stat : 32312 (java) S 32300 32302 29578 0 -1 64 681 0 0 0 24 0 0 0 16 0 13 0 181276568 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32313] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32313/stat : 32313 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181276568 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32314] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32314/stat : 32314 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181276568 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32315] ppid=32300 vsize=1783328 CPUtime=0
/proc/32302/task/32315/stat : 32315 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181276582 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 1783328

[startup+25.5015 s]
/proc/loadavg: 0.96 0.99 0.99 2/90 32315
/proc/meminfo: memFree=1548504/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1783328 CPUtime=25.99
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 52110 0 1 0 2574 25 0 0 18 0 13 0 181276558 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 445832 50834 1317 9 0 443444 0
[pid=32302/tid=32304] ppid=32300 vsize=1783328 CPUtime=25.17
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29578 0 -1 64 37694 0 1 0 2498 19 0 0 25 0 13 0 181276560 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109621046 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=1783328 CPUtime=0.1
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29578 0 -1 64 6297 0 0 0 8 2 0 0 17 0 13 0 181276561 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32306] ppid=32300 vsize=1783328 CPUtime=0.11
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29578 0 -1 64 5841 0 0 0 9 2 0 0 16 0 13 0 181276561 1826127872 50834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29578 0 -1 64 867 0 0 0 32 0 0 0 16 0 13 0 181276568 1835048960 341040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32312] ppid=32300 vsize=1792040 CPUtime=0.25
/proc/32302/task/32312/stat : 32312 (java) S 32300 32302 29578 0 -1 64 682 0 0 0 25 0 0 0 16 0 13 0 181276568 1835048960 341040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32313] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32313/stat : 32313 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181276568 1835048960 341040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32314] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32314/stat : 32314 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 181276568 1835048960 341040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32315] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32315/stat : 32315 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181276582 1835048960 341040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1612.59
Current children cumulated vsize (KiB) 1792040

[startup+1662.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 32513
/proc/meminfo: memFree=316120/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1792040 CPUtime=1673.03
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 425814 0 1 0 167097 206 0 0 18 0 13 0 181276558 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 448010 358235 1317 9 0 445622 0
[pid=32302/tid=32304] ppid=32300 vsize=1792040 CPUtime=1650.1
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29578 0 -1 64 37745 0 1 0 164979 31 0 0 25 0 13 0 181276560 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109620678 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=1792040 CPUtime=11.06
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29578 0 -1 64 196865 0 0 0 1015 91 0 0 16 0 13 0 181276561 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32306] ppid=32300 vsize=1792040 CPUtime=11.24
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29578 0 -1 64 188904 0 0 0 1043 81 0 0 16 0 13 0 181276561 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29578 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 181276563 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29578 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181276564 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32309] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181276564 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32310] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181276568 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32311] ppid=32300 vsize=1792040 CPUtime=0.32
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29578 0 -1 64 867 0 0 0 32 0 0 0 16 0 13 0 181276568 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32312] ppid=32300 vsize=1792040 CPUtime=0.25
/proc/32302/task/32312/stat : 32312 (java) S 32300 32302 29578 0 -1 64 682 0 0 0 25 0 0 0 16 0 13 0 181276568 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32313] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32313/stat : 32313 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181276568 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32314] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32314/stat : 32314 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 181276568 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32315] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32315/stat : 32315 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181276582 1835048960 358235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1673.03
Current children cumulated vsize (KiB) 1792040

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 32513
/proc/meminfo: memFree=229720/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1792040 CPUtime=1733.55
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 448736 0 1 0 173138 217 0 0 18 0 13 0 181276558 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 448010 379829 1317 9 0 445622 0
[pid=32302/tid=32304] ppid=32300 vsize=1792040 CPUtime=1709.54
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29578 0 -1 64 37747 0 1 0 170922 32 0 0 25 0 13 0 181276560 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109534596 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=1792040 CPUtime=11.61
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29578 0 -1 64 203349 0 0 0 1067 94 0 0 19 0 13 0 181276561 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32306] ppid=32300 vsize=1792040 CPUtime=11.79
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29578 0 -1 64 205328 0 0 0 1091 88 0 0 16 0 13 0 181276561 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29578 0 -1 64 39 0 0 0 0 0 0 0 16 0 13 0 181276563 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32308] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29578 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181276564 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32309] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181276564 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32310] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181276568 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32311] ppid=32300 vsize=1792040 CPUtime=0.32
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29578 0 -1 64 867 0 0 0 32 0 0 0 16 0 13 0 181276568 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32312] ppid=32300 vsize=1792040 CPUtime=0.25
/proc/32302/task/32312/stat : 32312 (java) S 32300 32302 29578 0 -1 64 682 0 0 0 25 0 0 0 16 0 13 0 181276568 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32313] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32313/stat : 32313 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181276568 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32314] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32314/stat : 32314 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 181276568 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32315] ppid=32300 vsize=1792040 CPUtime=0
/proc/32302/task/32315/stat : 32315 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181276582 1835048960 379829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1733.55
Current children cumulated vsize (KiB) 1792040

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 32513
/proc/meminfo: memFree=230168/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1791336 CPUtime=1793.65
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 448756 0 1 0 179147 218 0 0 18 0 13 0 181276558 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 447834 379673 1325 9 0 445446 0
[pid=32302/tid=32304] ppid=32300 vsize=1791336 CPUtime=1769.52
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29578 0 -1 64 37752 0 1 0 176920 32 0 0 25 0 13 0 181276560 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109661482 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=1791336 CPUtime=11.61
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29578 0 -1 64 203349 0 0 0 1067 94 0 0 19 0 13 0 181276561 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32306] ppid=32300 vsize=1791336 CPUtime=11.79
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29578 0 -1 64 205328 0 0 0 1091 88 0 0 16 0 13 0 181276561 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29578 0 -1 64 39 0 0 0 0 0 0 0 16 0 13 0 181276563 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32308] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29578 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181276564 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32309] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181276564 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32310] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32311] ppid=32300 vsize=1791336 CPUtime=0.37
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29578 0 -1 64 877 0 0 0 37 0 0 0 16 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32312] ppid=32300 vsize=1791336 CPUtime=0.3
/proc/32302/task/32312/stat : 32312 (java) S 32300 32302 29578 0 -1 64 687 0 0 0 30 0 0 0 16 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32313] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32313/stat : 32313 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32314] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32314/stat : 32314 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32315] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32315/stat : 32315 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181276582 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1793.65
Current children cumulated vsize (KiB) 1791336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 32513
/proc/meminfo: memFree=230168/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=1791336 CPUtime=1800.05
/proc/32302/stat : 32302 (java) S 32300 32302 29578 0 -1 0 448756 0 1 0 179787 218 0 0 18 0 13 0 181276558 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 447834 379673 1325 9 0 445446 0
[pid=32302/tid=32304] ppid=32300 vsize=1791336 CPUtime=1775.92
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29578 0 -1 64 37752 0 1 0 177560 32 0 0 25 0 13 0 181276560 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=1791336 CPUtime=11.61
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29578 0 -1 64 203349 0 0 0 1067 94 0 0 19 0 13 0 181276561 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32306] ppid=32300 vsize=1791336 CPUtime=11.79
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29578 0 -1 64 205328 0 0 0 1091 88 0 0 16 0 13 0 181276561 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29578 0 -1 64 39 0 0 0 0 0 0 0 16 0 13 0 181276563 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32308] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29578 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181276564 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32309] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181276564 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32310] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32311] ppid=32300 vsize=1791336 CPUtime=0.37
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29578 0 -1 64 877 0 0 0 37 0 0 0 16 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32312] ppid=32300 vsize=1791336 CPUtime=0.3
/proc/32302/task/32312/stat : 32312 (java) S 32300 32302 29578 0 -1 64 687 0 0 0 30 0 0 0 16 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32313] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32313/stat : 32313 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32314] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32314/stat : 32314 (java) S 32300 32302 29578 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 181276568 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32302/tid=32315] ppid=32300 vsize=1791336 CPUtime=0
/proc/32302/task/32315/stat : 32315 (java) S 32300 32302 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181276582 1834328064 379673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1791336

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

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

[startup+1788.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 32513
/proc/meminfo: memFree=230168/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=0 CPUtime=1800.16
/proc/32302/stat : 32302 (java) Z 32300 32302 29578 0 -1 1036 448776 0 1 0 179791 225 0 0 16 0 2 0 181276558 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32302/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

[startup+1788.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 32513
/proc/meminfo: memFree=230168/2055920 swapFree=4151632/4192956
[pid=32302] ppid=32300 vsize=0 CPUtime=1800.25
/proc/32302/stat : 32302 (java) Z 32300 32302 29578 0 -1 1036 448776 0 1 0 179791 234 0 0 16 0 2 0 181276558 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32302/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.96
CPU time (s): 1800.31
CPU user time (s): 1797.91
CPU system time (s): 2.39864
CPU usage (%): 100.635
Max. virtual memory (cumulated for all children) (KiB): 1792040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.91
system time used= 2.39864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 448776
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= 37183
involuntary context switches= 38354

runsolver used 1.68274 second user time and 4.90925 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Fri Apr 20 06:59:49 UTC 2007

IDJOB= 365766
IDBENCH= 2565
IDSOLVER= 159
FILE ID= node5/365766-1177052389

PBS_JOBID= 4640134

Free space on /tmp= 66354 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365766-1177052389/sat4jPseudoResolution.jar /tmp/evaluation/365766-1177052389/instance-365766-1177052389.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-365766-1177052389 -o ROOT/results/node5/solver-365766-1177052389 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365766-1177052389/sat4jPseudoResolution.jar /tmp/evaluation/365766-1177052389/instance-365766-1177052389.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2318a0c7fc475c873b2fa45e5e7fe96e

RANDOM SEED= 15430376

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.232
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.232
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:       1748248 kB
Buffers:         59280 kB
Cached:         182704 kB
SwapCached:       9344 kB
Active:         136436 kB
Inactive:       129920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748248 kB
SwapTotal:     4192956 kB
SwapFree:      4151632 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:          30700 kB
Slab:            26960 kB
Committed_AS:  8945376 kB
PageTables:       1724 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= 66354 MiB

End job on node5 on Fri Apr 20 07:29:40 UTC 2007