Trace number 354098

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.15 1783.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dolom1.opb
MD5SUM0b7be4a8ca67db62b7397f891414d40c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18720440947643392
Optimality of the best value was proved NO
Number of variables66480
Total number of constraints1802
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1802
Minimum length of a constraint40
Maximum length of a constraint66480
Number of terms in the objective function 66480
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 35987090508169209146105
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 35987192908169209146105
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/354098-1176694597/instance-354098-1176694597.opb
0.08/0.19	c reading problem ... 
6.19/4.58	c ... done. Wall clock time 4.388s.
6.19/4.58	c CPU time (experimental) 3.5s.
6.19/4.58	c #vars     66480
6.19/4.58	c #constraints  3495
1800.07/1783.51	c starts		: 13
1800.07/1783.51	c conflicts		: 31730
1800.07/1783.51	c decisions		: 317774
1800.07/1783.51	c propagations		: 47818897
1800.07/1783.51	c inspects		: 577135637
1800.07/1783.51	c learnt literals	: 0
1800.07/1783.51	c learnt binary clauses	: 0
1800.07/1783.51	c learnt ternary clauses	: 0
1800.07/1783.51	c learnt clauses	: 31729
1800.07/1783.51	c root simplifications	: 0
1800.07/1783.51	c removed literals (reason simplification)	: 0
1800.07/1783.51	c reason swapping (by a shorter reason)	: 0
1800.07/1783.51	c Calls to reduceDB	: 0
1800.07/1783.51	c speed (decisions/second)	: 178.67378121635184
1800.07/1783.51	c non guided choices	2163
1800.07/1783.51	s UNKNOWN
1800.07/1783.51	c Total wall clock time (ms): 1783.326

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14799
/proc/meminfo: memFree=1868712/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=152 CPUtime=0
/proc/14799/stat : 14799 (java) R 14797 14799 14423 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 145449304 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 5686052 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/14799/statm: 38 26 19 9 0 4 0

[startup+0.0567101 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14799
/proc/meminfo: memFree=1868712/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1777708 CPUtime=0.04
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 3553 0 1 0 2 2 0 0 18 0 7 0 145449304 1820372992 3297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 444427 3297 1053 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101716 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14799
/proc/meminfo: memFree=1868712/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1780108 CPUtime=0.08
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 3970 0 1 0 6 2 0 0 18 0 12 0 145449304 1822830592 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 445027 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30173 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14799
/proc/meminfo: memFree=1868712/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1782696 CPUtime=0.36
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 5693 0 1 0 33 3 0 0 18 0 12 0 145449304 1825480704 5431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 445674 5431 1271 9 0 443286 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782696

[startup+0.701768 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14799
/proc/meminfo: memFree=1868712/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1784576 CPUtime=0.91
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 10045 0 1 0 86 5 0 0 18 0 12 0 145449304 1827405824 9450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 446144 9450 1297 9 0 443756 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1784576

[startup+1.50184 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 14811
/proc/meminfo: memFree=1817608/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1794764 CPUtime=2.16
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 21795 0 1 0 206 10 0 0 18 0 12 0 145449304 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 448691 19771 1310 9 0 446303 0
[pid=14799/tid=14801] ppid=14797 vsize=1794764 CPUtime=1.09
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 15822 0 1 0 102 7 0 0 19 0 12 0 145449305 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474419 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1794764 CPUtime=0
/proc/14799/task/14802/stat : 14802 (java) S 14797 14799 14423 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 145449307 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1794764 CPUtime=0
/proc/14799/task/14803/stat : 14803 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145449307 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1794764 CPUtime=0
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 145449309 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1794764 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 145449309 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14806] ppid=14797 vsize=1794764 CPUtime=0
/proc/14799/task/14806/stat : 14806 (java) S 14797 14799 14423 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145449309 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14807] ppid=14797 vsize=1794764 CPUtime=0
/proc/14799/task/14807/stat : 14807 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145449313 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14808] ppid=14797 vsize=1794764 CPUtime=0.5
/proc/14799/task/14808/stat : 14808 (java) R 14797 14799 14423 0 -1 64 1894 0 0 0 50 0 0 0 16 0 12 0 145449313 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105057900 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14809] ppid=14797 vsize=1794764 CPUtime=0.54
/proc/14799/task/14809/stat : 14809 (java) R 14797 14799 14423 0 -1 64 3356 0 0 0 53 1 0 0 18 0 12 0 145449313 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102396780 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14810] ppid=14797 vsize=1794764 CPUtime=0
/proc/14799/task/14810/stat : 14810 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145449313 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14811] ppid=14797 vsize=1794764 CPUtime=0
/proc/14799/task/14811/stat : 14811 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145449313 1837838336 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1794764

[startup+3.10295 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 14811
/proc/meminfo: memFree=1754120/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1794900 CPUtime=4.48
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 54022 0 1 0 424 24 0 0 18 0 12 0 145449304 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 448725 48070 1320 9 0 446337 0
[pid=14799/tid=14801] ppid=14797 vsize=1794900 CPUtime=2.34
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 37696 0 1 0 217 17 0 0 19 0 12 0 145449305 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109729708 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1794900 CPUtime=0.13
/proc/14799/task/14802/stat : 14802 (java) S 14797 14799 14423 0 -1 64 3156 0 0 0 12 1 0 0 17 0 12 0 145449307 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1794900 CPUtime=0.13
/proc/14799/task/14803/stat : 14803 (java) S 14797 14799 14423 0 -1 64 3088 0 0 0 12 1 0 0 18 0 12 0 145449307 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1794900 CPUtime=0
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 145449309 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1794900 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 145449309 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14806] ppid=14797 vsize=1794900 CPUtime=0
/proc/14799/task/14806/stat : 14806 (java) S 14797 14799 14423 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145449309 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14807] ppid=14797 vsize=1794900 CPUtime=0
/proc/14799/task/14807/stat : 14807 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145449313 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14808] ppid=14797 vsize=1794900 CPUtime=0.71
/proc/14799/task/14808/stat : 14808 (java) S 14797 14799 14423 0 -1 64 3157 0 0 0 71 0 0 0 16 0 12 0 145449313 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14809] ppid=14797 vsize=1794900 CPUtime=1.12
/proc/14799/task/14809/stat : 14809 (java) S 14797 14799 14423 0 -1 64 6199 0 0 0 110 2 0 0 16 0 12 0 145449313 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14810] ppid=14797 vsize=1794900 CPUtime=0
/proc/14799/task/14810/stat : 14810 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145449313 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14811] ppid=14797 vsize=1794900 CPUtime=0
/proc/14799/task/14811/stat : 14811 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145449313 1837977600 48070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 1794900

[startup+6.30223 s]
/proc/loadavg: 0.93 0.98 0.99 4/77 14812
/proc/meminfo: memFree=1636160/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1796316 CPUtime=8.54
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 67094 0 1 0 822 32 0 0 18 0 13 0 145449304 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 449079 59131 1335 9 0 446691 0
[pid=14799/tid=14801] ppid=14797 vsize=1796316 CPUtime=4.96
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 37743 0 1 0 479 17 0 0 25 0 13 0 145449305 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109881040 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1796316 CPUtime=0.43
/proc/14799/task/14802/stat : 14802 (java) S 14797 14799 14423 0 -1 64 9592 0 0 0 38 5 0 0 16 0 13 0 145449307 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1796316 CPUtime=0.43
/proc/14799/task/14803/stat : 14803 (java) S 14797 14799 14423 0 -1 64 8640 0 0 0 39 4 0 0 16 0 13 0 145449307 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14806] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14806/stat : 14806 (java) S 14797 14799 14423 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14807] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14807/stat : 14807 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145449313 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14808] ppid=14797 vsize=1796316 CPUtime=1.09
/proc/14799/task/14808/stat : 14808 (java) S 14797 14799 14423 0 -1 64 3449 0 0 0 108 1 0 0 16 0 13 0 145449313 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14809] ppid=14797 vsize=1796316 CPUtime=1.57
/proc/14799/task/14809/stat : 14809 (java) S 14797 14799 14423 0 -1 64 6939 0 0 0 155 2 0 0 16 0 13 0 145449313 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14810] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14810/stat : 14810 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145449313 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14811] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14811/stat : 14811 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145449313 1839427584 59131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14812] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14812/stat : 14812 (java) S 14797 14799 14423 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145449817 1839427584 59131 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) 1796316

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 14812
/proc/meminfo: memFree=1626880/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1796316 CPUtime=15.35
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 69807 0 1 0 1502 33 0 0 18 0 13 0 145449304 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 449079 61504 1335 9 0 446691 0
[pid=14799/tid=14801] ppid=14797 vsize=1796316 CPUtime=11.06
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 37744 0 1 0 1089 17 0 0 25 0 13 0 145449305 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110013218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1796316 CPUtime=0.71
/proc/14799/task/14802/stat : 14802 (java) S 14797 14799 14423 0 -1 64 10936 0 0 0 65 6 0 0 19 0 13 0 145449307 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1796316 CPUtime=0.7
/proc/14799/task/14803/stat : 14803 (java) S 14797 14799 14423 0 -1 64 9998 0 0 0 66 4 0 0 19 0 13 0 145449307 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14806] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14806/stat : 14806 (java) S 14797 14799 14423 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14807] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14807/stat : 14807 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145449313 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14808] ppid=14797 vsize=1796316 CPUtime=1.16
/proc/14799/task/14808/stat : 14808 (java) S 14797 14799 14423 0 -1 64 3453 0 0 0 115 1 0 0 17 0 13 0 145449313 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14809] ppid=14797 vsize=1796316 CPUtime=1.66
/proc/14799/task/14809/stat : 14809 (java) S 14797 14799 14423 0 -1 64 6945 0 0 0 164 2 0 0 15 0 13 0 145449313 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14810] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14810/stat : 14810 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145449313 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14811] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14811/stat : 14811 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145449313 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14812] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14812/stat : 14812 (java) S 14797 14799 14423 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145449817 1839427584 61504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 1796316

[startup+25.5018 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 14812
/proc/meminfo: memFree=1626176/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1796316 CPUtime=28.92
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 74019 0 1 0 2856 36 0 0 18 0 13 0 145449304 1839427584 65003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 449079 65005 1335 9 0 446691 0
[pid=14799/tid=14801] ppid=14797 vsize=1796316 CPUtime=23.1
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 37749 0 1 0 2293 17 0 0 25 0 13 0 145449305 1839427584 65007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1796316 CPUtime=1.46
/proc/14799/task/14802/stat : 14802 (java) R 14797 14799 14423 0 -1 64 13066 0 0 0 139 7 0 0 18 0 13 0 145449307 1839427584 65008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1796316 CPUtime=1.46
/proc/14799/task/14803/stat : 14803 (java) R 14797 14799 14423 0 -1 64 12080 0 0 0 140 6 0 0 18 0 13 0 145449307 1839427584 65010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 65012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 65013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14799] ppid=14797 vsize=1796316 CPUtime=1677.84
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 117805 0 1 0 167657 127 0 0 18 0 13 0 145449304 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 449079 45758 1335 9 0 446691 0
[pid=14799/tid=14801] ppid=14797 vsize=1796316 CPUtime=1645.21
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 59626 0 1 0 164468 53 0 0 25 0 13 0 145449305 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109980833 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1796316 CPUtime=14.57
/proc/14799/task/14802/stat : 14802 (java) S 14797 14799 14423 0 -1 64 23856 0 0 0 1436 21 0 0 16 0 13 0 145449307 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1796316 CPUtime=14.56
/proc/14799/task/14803/stat : 14803 (java) S 14797 14799 14423 0 -1 64 23107 0 0 0 1433 23 0 0 16 0 13 0 145449307 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1796316 CPUtime=0.56
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 92 0 0 0 32 24 0 0 16 0 13 0 145449309 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14806] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14806/stat : 14806 (java) S 14797 14799 14423 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14807] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14807/stat : 14807 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145449313 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14808] ppid=14797 vsize=1796316 CPUtime=1.2
/proc/14799/task/14808/stat : 14808 (java) S 14797 14799 14423 0 -1 64 3455 0 0 0 119 1 0 0 17 0 13 0 145449313 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14809] ppid=14797 vsize=1796316 CPUtime=1.67
/proc/14799/task/14809/stat : 14809 (java) S 14797 14799 14423 0 -1 64 6945 0 0 0 165 2 0 0 17 0 13 0 145449313 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14810] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14810/stat : 14810 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145449313 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14811] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14811/stat : 14811 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145449313 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14812] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14812/stat : 14812 (java) S 14797 14799 14423 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145449817 1839427584 45758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1677.84
Current children cumulated vsize (KiB) 1796316

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15012
/proc/meminfo: memFree=1692160/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1796316 CPUtime=1738.34
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 118158 0 1 0 173705 129 0 0 18 0 13 0 145449304 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 449079 44919 1335 9 0 446691 0
[pid=14799/tid=14801] ppid=14797 vsize=1796316 CPUtime=1704.63
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 59707 0 1 0 170409 54 0 0 23 0 13 0 145449305 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109942050 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1796316 CPUtime=15.11
/proc/14799/task/14802/stat : 14802 (java) S 14797 14799 14423 0 -1 64 24000 0 0 0 1490 21 0 0 16 0 13 0 145449307 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1796316 CPUtime=15.11
/proc/14799/task/14803/stat : 14803 (java) S 14797 14799 14423 0 -1 64 23230 0 0 0 1487 24 0 0 16 0 13 0 145449307 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1796316 CPUtime=0.56
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 97 0 0 0 32 24 0 0 15 0 13 0 145449309 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14806] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14806/stat : 14806 (java) S 14797 14799 14423 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14807] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14807/stat : 14807 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145449313 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14808] ppid=14797 vsize=1796316 CPUtime=1.2
/proc/14799/task/14808/stat : 14808 (java) S 14797 14799 14423 0 -1 64 3455 0 0 0 119 1 0 0 17 0 13 0 145449313 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14809] ppid=14797 vsize=1796316 CPUtime=1.67
/proc/14799/task/14809/stat : 14809 (java) S 14797 14799 14423 0 -1 64 6945 0 0 0 165 2 0 0 17 0 13 0 145449313 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14810] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14810/stat : 14810 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145449313 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14811] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14811/stat : 14811 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145449313 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14812] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14812/stat : 14812 (java) S 14797 14799 14423 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145449817 1839427584 44919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1738.34
Current children cumulated vsize (KiB) 1796316

[startup+1782.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 15012
/proc/meminfo: memFree=1689536/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1796316 CPUtime=1798.86
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 119723 0 1 0 179755 131 0 0 18 0 13 0 145449304 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 449079 45603 1335 9 0 446691 0
[pid=14799/tid=14801] ppid=14797 vsize=1796316 CPUtime=1764.04
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 60348 0 1 0 176350 54 0 0 25 0 13 0 145449305 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109943094 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1796316 CPUtime=15.66
/proc/14799/task/14802/stat : 14802 (java) S 14797 14799 14423 0 -1 64 24374 0 0 0 1544 22 0 0 16 0 13 0 145449307 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1796316 CPUtime=15.66
/proc/14799/task/14803/stat : 14803 (java) S 14797 14799 14423 0 -1 64 23774 0 0 0 1541 25 0 0 16 0 13 0 145449307 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1796316 CPUtime=0.58
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 103 0 0 0 33 25 0 0 15 0 13 0 145449309 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14806] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14806/stat : 14806 (java) S 14797 14799 14423 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14807] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14807/stat : 14807 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145449313 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14808] ppid=14797 vsize=1796316 CPUtime=1.2
/proc/14799/task/14808/stat : 14808 (java) S 14797 14799 14423 0 -1 64 3455 0 0 0 119 1 0 0 17 0 13 0 145449313 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14809] ppid=14797 vsize=1796316 CPUtime=1.67
/proc/14799/task/14809/stat : 14809 (java) S 14797 14799 14423 0 -1 64 6945 0 0 0 165 2 0 0 17 0 13 0 145449313 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14810] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14810/stat : 14810 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145449313 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14811] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14811/stat : 14811 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145449313 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14812] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14812/stat : 14812 (java) S 14797 14799 14423 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145449817 1839427584 45603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.86
Current children cumulated vsize (KiB) 1796316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.5 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 15012
/proc/meminfo: memFree=1689536/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1796316 CPUtime=1800.07
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 119744 0 1 0 179876 131 0 0 18 0 13 0 145449304 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 449079 45607 1335 9 0 446691 0
[pid=14799/tid=14801] ppid=14797 vsize=1796316 CPUtime=1765.24
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 60349 0 1 0 176470 54 0 0 20 0 13 0 145449305 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109942331 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1796316 CPUtime=15.66
/proc/14799/task/14802/stat : 14802 (java) S 14797 14799 14423 0 -1 64 24387 0 0 0 1544 22 0 0 16 0 13 0 145449307 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1796316 CPUtime=15.67
/proc/14799/task/14803/stat : 14803 (java) S 14797 14799 14423 0 -1 64 23781 0 0 0 1542 25 0 0 15 0 13 0 145449307 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1796316 CPUtime=0.59
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 103 0 0 0 34 25 0 0 16 0 13 0 145449309 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14806] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14806/stat : 14806 (java) S 14797 14799 14423 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14807] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14807/stat : 14807 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14808] ppid=14797 vsize=1796316 CPUtime=1.2
/proc/14799/task/14808/stat : 14808 (java) S 14797 14799 14423 0 -1 64 3455 0 0 0 119 1 0 0 17 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14809] ppid=14797 vsize=1796316 CPUtime=1.67
/proc/14799/task/14809/stat : 14809 (java) S 14797 14799 14423 0 -1 64 6945 0 0 0 165 2 0 0 17 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14810] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14810/stat : 14810 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14811] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14811/stat : 14811 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14812] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14812/stat : 14812 (java) S 14797 14799 14423 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145449817 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1796316

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

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

[startup+1783.5 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 15012
/proc/meminfo: memFree=1689536/2055920 swapFree=4183912/4192956
[pid=14799] ppid=14797 vsize=1796316 CPUtime=1800.07
/proc/14799/stat : 14799 (java) S 14797 14799 14423 0 -1 0 119744 0 1 0 179876 131 0 0 18 0 13 0 145449304 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14799/statm: 449079 45607 1335 9 0 446691 0
[pid=14799/tid=14801] ppid=14797 vsize=1796316 CPUtime=1765.24
/proc/14799/task/14801/stat : 14801 (java) R 14797 14799 14423 0 -1 64 60349 0 1 0 176470 54 0 0 20 0 13 0 145449305 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109942331 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14802] ppid=14797 vsize=1796316 CPUtime=15.66
/proc/14799/task/14802/stat : 14802 (java) S 14797 14799 14423 0 -1 64 24387 0 0 0 1544 22 0 0 16 0 13 0 145449307 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14803] ppid=14797 vsize=1796316 CPUtime=15.67
/proc/14799/task/14803/stat : 14803 (java) S 14797 14799 14423 0 -1 64 23781 0 0 0 1542 25 0 0 15 0 13 0 145449307 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14804] ppid=14797 vsize=1796316 CPUtime=0.59
/proc/14799/task/14804/stat : 14804 (java) S 14797 14799 14423 0 -1 64 103 0 0 0 34 25 0 0 16 0 13 0 145449309 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14805] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14805/stat : 14805 (java) S 14797 14799 14423 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14806] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14806/stat : 14806 (java) S 14797 14799 14423 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145449309 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14807] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14807/stat : 14807 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14808] ppid=14797 vsize=1796316 CPUtime=1.2
/proc/14799/task/14808/stat : 14808 (java) S 14797 14799 14423 0 -1 64 3455 0 0 0 119 1 0 0 17 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14809] ppid=14797 vsize=1796316 CPUtime=1.67
/proc/14799/task/14809/stat : 14809 (java) S 14797 14799 14423 0 -1 64 6945 0 0 0 165 2 0 0 17 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14810] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14810/stat : 14810 (java) S 14797 14799 14423 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14799/tid=14811] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14811/stat : 14811 (java) S 14797 14799 14423 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145449313 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14799/tid=14812] ppid=14797 vsize=1796316 CPUtime=0
/proc/14799/task/14812/stat : 14812 (java) S 14797 14799 14423 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145449817 1839427584 45607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1796316

Child status: 143
Real time (s): 1783.57
CPU time (s): 1800.15
CPU user time (s): 1798.8
CPU system time (s): 1.34979
CPU usage (%): 100.93
Max. virtual memory (cumulated for all children) (KiB): 1797272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.34979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119764
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= 59111
involuntary context switches= 32928

runsolver used 2.03869 second user time and 5.00224 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Apr 16 03:36:37 UTC 2007

IDJOB= 354098
IDBENCH= 2344
IDSOLVER= 159
FILE ID= node65/354098-1176694597

PBS_JOBID= 4560005

Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-dolom1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354098-1176694597/sat4jPseudoResolution.jar /tmp/evaluation/354098-1176694597/instance-354098-1176694597.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-354098-1176694597 -o ROOT/results/node65/solver-354098-1176694597 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354098-1176694597/sat4jPseudoResolution.jar /tmp/evaluation/354098-1176694597/instance-354098-1176694597.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0b7be4a8ca67db62b7397f891414d40c

RANDOM SEED= 322058443

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.245
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.245
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:       1869184 kB
Buffers:         10652 kB
Cached:         108092 kB
SwapCached:       3384 kB
Active:          73800 kB
Inactive:        56328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869184 kB
SwapTotal:     4192956 kB
SwapFree:      4183912 kB
Dirty:            9228 kB
Writeback:           0 kB
Mapped:          16992 kB
Slab:            42636 kB
Committed_AS:  2168092 kB
PageTables:       1460 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= 66544 MiB

End job on node65 on Mon Apr 16 04:06:23 UTC 2007