Trace number 362949

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 1789.1

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-brandy.opb
MD5SUM7959aed3004450db7e4c9db414503999
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.579
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables7470
Total number of constraints182
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 constraints182
Minimum length of a constraint30
Maximum length of a constraint3540
Number of terms in the objective function 60
Biggest coefficient in the objective function 131073
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524346
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527202
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.03/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.20	c no version file found!!!
0.13/0.20	c sun.arch.data.model	32
0.13/0.20	c java.version	1.6.0
0.13/0.20	c os.name	Linux
0.13/0.20	c os.version	2.6.9-22.EL.rootsmp
0.13/0.20	c os.arch	i386
0.13/0.20	c Free memory 1651659224
0.13/0.20	c Max memory 1654456320
0.13/0.20	c Total memory 1654456320
0.13/0.20	c Number of processors 2
0.13/0.25	--- Begin Solver configuration ---
0.13/0.25	c Stops conflict analysis at the first Unique Implication Point
0.13/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.25	c Learn all clauses as in MiniSAT
0.13/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.25	c No reason simplification
0.13/0.25	c --- End Solver configuration ---
0.13/0.25	c solving /tmp/evaluation/362949-1177020899/instance-362949-1177020899.opb
0.13/0.25	c reading problem ... 
2.31/1.56	c ... done. Wall clock time 1.309s.
2.31/1.56	c CPU time (experimental) 0.96s.
2.31/1.56	c #vars     7470
2.31/1.56	c #constraints  301
1800.05/1789.01	c starts		: 21
1800.05/1789.01	c conflicts		: 688770
1800.05/1789.01	c decisions		: 1236379
1800.05/1789.01	c propagations		: 18761170
1800.05/1789.01	c inspects		: 2061024040
1800.05/1789.01	c learnt literals	: 1
1800.05/1789.01	c learnt binary clauses	: 0
1800.05/1789.01	c learnt ternary clauses	: 0
1800.05/1789.01	c learnt clauses	: 688769
1800.05/1789.01	c root simplifications	: 0
1800.05/1789.01	c removed literals (reason simplification)	: 0
1800.05/1789.01	c reason swapping (by a shorter reason)	: 0
1800.05/1789.01	c Calls to reduceDB	: 0
1800.05/1789.01	c speed (decisions/second)	: 691.70726030823
1800.05/1789.01	c non guided choices	1151
1800.05/1789.01	s UNKNOWN
1800.05/1789.01	c Total wall clock time (ms): 1788.758

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

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


[startup+0 s]
/proc/loadavg: 1.31 1.18 1.05 2/64 6758
/proc/meminfo: memFree=1122456/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=152 CPUtime=0
/proc/6758/stat : 6758 (java) R 6756 6758 3026 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 178079232 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 1 0 0
/proc/6758/statm: 38 26 19 9 0 4 0

[startup+0.0433861 s]
/proc/loadavg: 1.31 1.18 1.05 2/64 6758
/proc/meminfo: memFree=1122456/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=12916 CPUtime=0.01
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 904 0 1 0 0 1 0 0 18 0 2 0 178079232 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12916

[startup+0.101403 s]
/proc/loadavg: 1.31 1.18 1.05 2/64 6758
/proc/meminfo: memFree=1122456/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1776376 CPUtime=0.03
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 3455 0 1 0 1 2 0 0 18 0 4 0 178079232 1819009024 3201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 444094 3201 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.301427 s]
/proc/loadavg: 1.31 1.18 1.05 2/64 6758
/proc/meminfo: memFree=1122456/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1782172 CPUtime=0.25
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 5047 0 1 0 21 4 0 0 18 0 12 0 178079232 1824944128 4786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 445543 4786 1247 9 0 443155 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1782172

[startup+0.701482 s]
/proc/loadavg: 1.31 1.18 1.05 2/64 6758
/proc/meminfo: memFree=1122456/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1789688 CPUtime=0.93
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 8424 0 1 0 87 6 0 0 18 0 12 0 178079232 1832640512 7600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 447422 7600 1302 9 0 445034 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1789688

[startup+1.50259 s]
/proc/loadavg: 1.31 1.18 1.05 4/76 6770
/proc/meminfo: memFree=1088696/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1793004 CPUtime=2.31
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 23606 0 1 0 219 12 0 0 18 0 12 0 178079232 1836036096 19954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448251 19955 1303 9 0 445863 0
[pid=6758/tid=6760] ppid=6756 vsize=1793004 CPUtime=0.9
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 16146 0 1 0 82 8 0 0 19 0 12 0 178079233 1836036096 19956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503984 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793004 CPUtime=0
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 178079240 1836036096 19957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793004 CPUtime=0
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 178079240 1836036096 19958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793004 CPUtime=0
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 178079243 1836036096 19959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1793004 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 178079243 1836036096 19960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1793004 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 178079243 1836036096 19961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1793004 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 178079247 1836036096 19962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1793004 CPUtime=0.62
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 3026 0 -1 64 2360 0 0 0 61 1 0 0 16 0 12 0 178079247 1836036096 19963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1793004 CPUtime=0.76
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 3026 0 -1 64 4381 0 0 0 75 1 0 0 15 0 12 0 178079247 1836036096 19964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1793004 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 178079247 1836036096 19965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1793004 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 178079247 1836036096 19966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1793004

[startup+3.10281 s]
/proc/loadavg: 1.31 1.18 1.05 2/77 6771
/proc/meminfo: memFree=1033392/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1793328 CPUtime=4.37
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 35497 0 1 0 419 18 0 0 18 0 13 0 178079232 1836367872 29630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448332 29631 1316 9 0 445944 0
[pid=6758/tid=6760] ppid=6756 vsize=1793328 CPUtime=2.36
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 25755 0 1 0 224 12 0 0 24 0 13 0 178079233 1836367872 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109789957 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793328 CPUtime=0
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 178079240 1836367872 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793328 CPUtime=0
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 178079240 1836367872 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793328 CPUtime=0
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 178079243 1836367872 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1793328 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 178079243 1836367872 29632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1793328 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178079243 1836367872 29632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1793328 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178079247 1836367872 29632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1793328 CPUtime=0.82
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 3026 0 -1 64 2419 0 0 0 81 1 0 0 16 0 13 0 178079247 1836367872 29632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1793328 CPUtime=1.16
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 3026 0 -1 64 6598 0 0 0 114 2 0 0 16 0 13 0 178079247 1836367872 29633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1793328 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178079247 1836367872 29633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1793328 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178079247 1836367872 29633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1793328 CPUtime=0
/proc/6758/task/6771/stat : 6771 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178079400 1836367872 29633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 1793328

[startup+6.30124 s]
/proc/loadavg: 1.29 1.18 1.05 2/77 6771
/proc/meminfo: memFree=951560/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1793104 CPUtime=7.61
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 49793 0 1 0 738 23 0 0 18 0 13 0 178079232 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448276 43782 1325 9 0 445888 0
[pid=6758/tid=6760] ppid=6756 vsize=1793104 CPUtime=5.5
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 37709 0 1 0 533 17 0 0 25 0 13 0 178079233 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109668267 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793104 CPUtime=0.03
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 1259 0 0 0 3 0 0 0 16 0 13 0 178079240 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793104 CPUtime=0.03
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 1077 0 0 0 3 0 0 0 16 0 13 0 178079240 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 3026 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178079247 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1793104 CPUtime=0.84
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 3026 0 -1 64 2420 0 0 0 83 1 0 0 16 0 13 0 178079247 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1793104 CPUtime=1.16
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 3026 0 -1 64 6598 0 0 0 114 2 0 0 16 0 13 0 178079247 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178079247 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178079247 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6771/stat : 6771 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178079400 1836138496 43782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 1793104

[startup+12.7011 s]
/proc/loadavg: 1.26 1.17 1.05 2/77 6771
/proc/meminfo: memFree=942128/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1793104 CPUtime=14.1
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 52229 0 1 0 1385 25 0 0 18 0 13 0 178079232 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448276 46192 1326 9 0 445888 0
[pid=6758/tid=6760] ppid=6756 vsize=1793104 CPUtime=11.84
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 37711 0 1 0 1167 17 0 0 25 0 13 0 178079233 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795282 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793104 CPUtime=0.07
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 2581 0 0 0 6 1 0 0 16 0 13 0 178079240 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793104 CPUtime=0.07
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 2180 0 0 0 6 1 0 0 17 0 13 0 178079240 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 3026 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178079247 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1793104 CPUtime=0.89
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 3026 0 -1 64 2426 0 0 0 88 1 0 0 16 0 13 0 178079247 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1793104 CPUtime=1.18
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 3026 0 -1 64 6599 0 0 0 116 2 0 0 16 0 13 0 178079247 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178079247 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178079247 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6771/stat : 6771 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178079400 1836138496 46192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 1793104

[startup+25.5028 s]
/proc/loadavg: 1.20 1.16 1.05 2/77 6771
/proc/meminfo: memFree=950272/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1793104 CPUtime=27.04
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 52795 0 1 0 2679 25 0 0 18 0 13 0 178079232 1836138496 44198 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448276 44198 1327 9 0 445888 0
[pid=6758/tid=6760] ppid=6756 vsize=1793104 CPUtime=24.5
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 37716 0 1 0 2433 17 0 0 25 0 13 0 178079233 1836138496 44198 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109668380 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793104 CPUtime=0.17
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 2850 0 0 0 16 1 0 0 16 0 13 0 178079240 1836138496 44198 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793104 CPUtime=0.17
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 2454 0 0 0 16 1 0 0 16 0 13 0 178079240 1836138496 44198 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 44198 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=6758] ppid=6756 vsize=1793104 CPUtime=1612.06
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 128477 0 1 0 161108 98 0 0 18 0 13 0 178079232 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448276 66095 1327 9 0 445888 0
[pid=6758/tid=6760] ppid=6756 vsize=1793104 CPUtime=1589.24
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 57349 0 1 0 158894 30 0 0 25 0 13 0 178079233 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109790731 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793104 CPUtime=10.42
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 23596 0 0 0 1023 19 0 0 16 0 13 0 178079240 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793104 CPUtime=9.94
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 37672 0 0 0 961 33 0 0 16 0 13 0 178079240 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793104 CPUtime=0.23
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 100 0 0 0 13 10 0 0 16 0 13 0 178079243 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 3026 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178079247 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1793104 CPUtime=0.93
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 3026 0 -1 64 2430 0 0 0 91 2 0 0 17 0 13 0 178079247 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1793104 CPUtime=1.25
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 3026 0 -1 64 6608 0 0 0 123 2 0 0 16 0 13 0 178079247 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178079247 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178079247 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6771/stat : 6771 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178079400 1836138496 66095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1612.06
Current children cumulated vsize (KiB) 1793104

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6773
/proc/meminfo: memFree=849088/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1793104 CPUtime=1672.42
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 132679 0 1 0 167141 101 0 0 18 0 13 0 178079232 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448276 69315 1327 9 0 445888 0
[pid=6758/tid=6760] ppid=6756 vsize=1793104 CPUtime=1648.75
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 59014 0 1 0 164845 30 0 0 25 0 13 0 178079233 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109662192 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793104 CPUtime=10.85
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 24998 0 0 0 1065 20 0 0 17 0 13 0 178079240 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793104 CPUtime=10.35
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 38801 0 0 0 1001 34 0 0 16 0 13 0 178079240 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793104 CPUtime=0.24
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 106 0 0 0 14 10 0 0 16 0 13 0 178079243 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 3026 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178079247 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1793104 CPUtime=0.93
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 3026 0 -1 64 2430 0 0 0 91 2 0 0 17 0 13 0 178079247 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1793104 CPUtime=1.25
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 3026 0 -1 64 6608 0 0 0 123 2 0 0 16 0 13 0 178079247 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178079247 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178079247 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6771/stat : 6771 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178079400 1836138496 69315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1672.42
Current children cumulated vsize (KiB) 1793104

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6773
/proc/meminfo: memFree=850368/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1793104 CPUtime=1732.76
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 133646 0 1 0 173174 102 0 0 18 0 13 0 178079232 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448276 69026 1327 9 0 445888 0
[pid=6758/tid=6760] ppid=6756 vsize=1793104 CPUtime=1708.24
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 59032 0 1 0 170794 30 0 0 25 0 13 0 178079233 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855070 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793104 CPUtime=11.3
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 25027 0 0 0 1110 20 0 0 16 0 13 0 178079240 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793104 CPUtime=10.76
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 39717 0 0 0 1040 36 0 0 16 0 13 0 178079240 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793104 CPUtime=0.24
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 110 0 0 0 14 10 0 0 16 0 13 0 178079243 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 3026 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178079247 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1793104 CPUtime=0.93
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 3026 0 -1 64 2430 0 0 0 91 2 0 0 17 0 13 0 178079247 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1793104 CPUtime=1.25
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 3026 0 -1 64 6608 0 0 0 123 2 0 0 16 0 13 0 178079247 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178079247 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178079247 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6771/stat : 6771 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178079400 1836138496 69026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.76
Current children cumulated vsize (KiB) 1793104

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6773
/proc/meminfo: memFree=812480/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1793104 CPUtime=1793.29
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 143805 0 1 0 179223 106 0 0 18 0 13 0 178079232 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448276 78510 1327 9 0 445888 0
[pid=6758/tid=6760] ppid=6756 vsize=1793104 CPUtime=1767.61
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 65896 0 1 0 176729 32 0 0 24 0 13 0 178079233 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109668275 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793104 CPUtime=11.88
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 25138 0 0 0 1168 20 0 0 16 0 13 0 178079240 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793104 CPUtime=11.33
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 42875 0 0 0 1096 37 0 0 16 0 13 0 178079240 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793104 CPUtime=0.24
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 136 0 0 0 14 10 0 0 16 0 13 0 178079243 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 3026 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178079247 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1793104 CPUtime=0.93
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 3026 0 -1 64 2430 0 0 0 91 2 0 0 17 0 13 0 178079247 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1793104 CPUtime=1.25
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 3026 0 -1 64 6608 0 0 0 123 2 0 0 16 0 13 0 178079247 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178079247 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178079247 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6771/stat : 6771 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178079400 1836138496 78510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1793.29
Current children cumulated vsize (KiB) 1793104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6773
/proc/meminfo: memFree=811072/2055920 swapFree=4184232/4192956
[pid=6758] ppid=6756 vsize=1793104 CPUtime=1800.05
/proc/6758/stat : 6758 (java) S 6756 6758 3026 0 -1 0 144225 0 1 0 179898 107 0 0 18 0 13 0 178079232 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6758/statm: 448276 78809 1327 9 0 445888 0
[pid=6758/tid=6760] ppid=6756 vsize=1793104 CPUtime=1774.26
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 3026 0 -1 64 65898 0 1 0 177394 32 0 0 24 0 13 0 178079233 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109794664 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1793104 CPUtime=11.93
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 3026 0 -1 64 25138 0 0 0 1173 20 0 0 17 0 13 0 178079240 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1793104 CPUtime=11.37
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 3026 0 -1 64 43293 0 0 0 1100 37 0 0 16 0 13 0 178079240 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1793104 CPUtime=0.24
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 3026 0 -1 64 136 0 0 0 14 10 0 0 16 0 13 0 178079243 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 3026 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 3026 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178079243 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178079247 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1793104 CPUtime=0.93
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 3026 0 -1 64 2430 0 0 0 91 2 0 0 17 0 13 0 178079247 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1793104 CPUtime=1.25
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 3026 0 -1 64 6608 0 0 0 123 2 0 0 16 0 13 0 178079247 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 3026 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178079247 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 3026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178079247 1836138496 78809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1793104 CPUtime=0
/proc/6758/task/6771/stat : 6771 (java) S 6756 6758 3026 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178079400 1836138496 78809 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) 1793104

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

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

Child status: 143
Real time (s): 1789.1
CPU time (s): 1800.15
CPU user time (s): 1799.03
CPU system time (s): 1.11983
CPU usage (%): 100.618
Max. virtual memory (cumulated for all children) (KiB): 1795076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.11983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144245
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= 46918
involuntary context switches= 39885

runsolver used 1.92171 second user time and 4.97624 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Thu Apr 19 22:14:59 UTC 2007

IDJOB= 362949
IDBENCH= 1699
IDSOLVER= 159
FILE ID= node71/362949-1177020899

PBS_JOBID= 4630582

Free space on /tmp= 66443 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-brandy.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362949-1177020899/sat4jPseudoResolution.jar /tmp/evaluation/362949-1177020899/instance-362949-1177020899.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-362949-1177020899 -o ROOT/results/node71/solver-362949-1177020899 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362949-1177020899/sat4jPseudoResolution.jar /tmp/evaluation/362949-1177020899/instance-362949-1177020899.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7959aed3004450db7e4c9db414503999

RANDOM SEED= 501338460

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:       1122864 kB
Buffers:         54952 kB
Cached:         791816 kB
SwapCached:       2620 kB
Active:         230216 kB
Inactive:       630400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1122864 kB
SwapTotal:     4192956 kB
SwapFree:      4184232 kB
Dirty:            4236 kB
Writeback:           0 kB
Mapped:          19208 kB
Slab:            58416 kB
Committed_AS:  2763648 kB
PageTables:       1456 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= 66443 MiB

End job on node71 on Thu Apr 19 22:44:50 UTC 2007