Trace number 362118

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.27 1748.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUM24c836f3fcb46569dfcfdc2eda4dee98
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.21581
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.16	c no version file found!!!
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.19/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.22	--- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.22	c No reason simplification
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving /tmp/evaluation/362118-1177006834/instance-362118-1177006834.opb
0.19/0.22	c reading problem ... 
2.28/1.78	c ... done. Wall clock time 1.558s.
2.28/1.78	c CPU time (experimental) 1.31s.
2.28/1.78	c #vars     4608
2.28/1.78	c #constraints  30522
1800.02/1747.84	c starts		: 2
1800.02/1747.84	c conflicts		: 71819
1800.02/1747.84	c decisions		: 92247
1800.02/1747.84	c propagations		: 2094958
1800.02/1747.84	c inspects		: 489847263
1800.02/1747.84	c learnt literals	: 0
1800.02/1747.84	c learnt binary clauses	: 0
1800.02/1747.84	c learnt ternary clauses	: 0
1800.02/1747.84	c learnt clauses	: 71818
1800.02/1747.84	c root simplifications	: 0
1800.02/1747.84	c removed literals (reason simplification)	: 0
1800.02/1747.84	c reason swapping (by a shorter reason)	: 0
1800.02/1747.84	c Calls to reduceDB	: 0
1800.02/1747.84	c speed (decisions/second)	: 52.831759878858136
1800.02/1747.84	c non guided choices	8890
1800.02/1747.84	s UNKNOWN
1800.02/1747.84	c Total wall clock time (ms): 1747.62

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/node6/watcher-362118-1177006834 -o ROOT/results/node6/solver-362118-1177006834 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362118-1177006834/sat4jPseudoCP.jar /tmp/evaluation/362118-1177006834/instance-362118-1177006834.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.93 2/77 7573
/proc/meminfo: memFree=1848944/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=152 CPUtime=0
/proc/7573/stat : 7573 (java) R 7571 7573 7014 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 176721031 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/7573/statm: 38 26 19 9 0 4 0

[startup+0.0797729 s]
/proc/loadavg: 0.92 0.98 0.93 2/77 7573
/proc/meminfo: memFree=1848944/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1777708 CPUtime=0.06
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 3759 0 1 0 4 2 0 0 18 0 7 0 176721031 1820372992 3501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 444427 3501 1084 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.10177 s]
/proc/loadavg: 0.92 0.98 0.93 2/77 7573
/proc/meminfo: memFree=1848944/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1780108 CPUtime=0.08
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 3939 0 1 0 6 2 0 0 18 0 12 0 176721031 1822830592 3680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 445027 3680 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301794 s]
/proc/loadavg: 0.92 0.98 0.93 2/77 7573
/proc/meminfo: memFree=1848944/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1781440 CPUtime=0.29
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 5141 0 1 0 25 4 0 0 18 0 12 0 176721031 1824194560 4879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 445360 4879 1263 9 0 442972 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781440

[startup+0.701845 s]
/proc/loadavg: 0.92 0.98 0.93 2/77 7573
/proc/meminfo: memFree=1848944/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1784428 CPUtime=0.93
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 7581 0 1 0 88 5 0 0 18 0 12 0 176721031 1827254272 6673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 446107 6673 1302 9 0 443719 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784428

[startup+1.50294 s]
/proc/loadavg: 0.92 0.98 0.93 2/89 7585
/proc/meminfo: memFree=1819216/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1784460 CPUtime=2.08
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 18429 0 1 0 197 11 0 0 18 0 12 0 176721031 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 446115 16743 1309 9 0 443727 0
[pid=7573/tid=7575] ppid=7571 vsize=1784460 CPUtime=1.04
/proc/7573/task/7575/stat : 7575 (java) R 7571 7573 7014 0 -1 64 14982 0 1 0 95 9 0 0 19 0 12 0 176721032 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579487 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7576] ppid=7571 vsize=1784460 CPUtime=0
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7014 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 176721034 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=1784460 CPUtime=0
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7014 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 176721034 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=1784460 CPUtime=0
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 176721036 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=1784460 CPUtime=0
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7014 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 176721037 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=1784460 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 176721037 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=1784460 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7014 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 176721040 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=1784460 CPUtime=0.5
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7014 0 -1 64 1216 0 0 0 50 0 0 0 16 0 12 0 176721040 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=1784460 CPUtime=0.51
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7014 0 -1 64 1509 0 0 0 51 0 0 0 16 0 12 0 176721041 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7584] ppid=7571 vsize=1784460 CPUtime=0
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 176721041 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=1784460 CPUtime=0
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7014 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 176721041 1827287040 16743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1784460

[startup+3.10212 s]
/proc/loadavg: 0.92 0.98 0.93 3/90 7586
/proc/meminfo: memFree=1747272/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1795964 CPUtime=4.81
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 46937 0 1 0 456 25 0 0 18 0 13 0 176721031 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 448991 39811 1321 9 0 446603 0
[pid=7573/tid=7575] ppid=7571 vsize=1795964 CPUtime=1.97
/proc/7573/task/7575/stat : 7575 (java) R 7571 7573 7014 0 -1 64 35421 0 1 0 178 19 0 0 19 0 13 0 176721032 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109799040 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7576] ppid=7571 vsize=1795964 CPUtime=0
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7014 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 176721034 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=1795964 CPUtime=0
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7014 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 176721034 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=1795964 CPUtime=0
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 176721036 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=1795964 CPUtime=0
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7014 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 176721037 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=1795964 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176721037 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=1795964 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 176721040 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=1795964 CPUtime=1.26
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7014 0 -1 64 4675 0 0 0 125 1 0 0 16 0 13 0 176721040 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=1795964 CPUtime=1.55
/proc/7573/task/7583/stat : 7583 (java) R 7571 7573 7014 0 -1 64 6114 0 0 0 152 3 0 0 18 0 13 0 176721041 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336798 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7584] ppid=7571 vsize=1795964 CPUtime=0
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 176721041 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=1795964 CPUtime=0
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 176721041 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7586] ppid=7571 vsize=1795964 CPUtime=0
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176721210 1839067136 39811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 1795964

[startup+6.30149 s]
/proc/loadavg: 0.93 0.98 0.93 2/90 7586
/proc/meminfo: memFree=1674824/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1795016 CPUtime=9.14
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 57598 0 1 0 884 30 0 0 18 0 13 0 176721031 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 448754 44892 1330 9 0 446366 0
[pid=7573/tid=7575] ppid=7571 vsize=1795016 CPUtime=4.7
/proc/7573/task/7575/stat : 7575 (java) R 7571 7573 7014 0 -1 64 37724 0 1 0 449 21 0 0 24 0 13 0 176721032 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109862192 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7576] ppid=7571 vsize=1795016 CPUtime=0.06
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7014 0 -1 64 1546 0 0 0 6 0 0 0 16 0 13 0 176721034 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=1795016 CPUtime=0.06
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7014 0 -1 64 1403 0 0 0 6 0 0 0 17 0 13 0 176721034 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7578] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 176721036 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176721037 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176721037 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 176721040 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=1795016 CPUtime=1.94
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7014 0 -1 64 6858 0 0 0 192 2 0 0 15 0 13 0 176721040 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=1795016 CPUtime=2.32
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7014 0 -1 64 9332 0 0 0 228 4 0 0 16 0 13 0 176721041 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7584] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 176721041 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 176721041 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176721210 1838096384 44892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 1795016

[startup+12.7022 s]
/proc/loadavg: 0.93 0.98 0.93 2/90 7586
/proc/meminfo: memFree=1642824/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1795016 CPUtime=15.79
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 67836 0 3 0 1545 34 0 0 18 0 13 0 176721031 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 448754 52922 1332 9 0 446366 0
[pid=7573/tid=7575] ppid=7571 vsize=1795016 CPUtime=10.84
/proc/7573/task/7575/stat : 7575 (java) R 7571 7573 7014 0 -1 64 39372 0 1 0 1062 22 0 0 25 0 13 0 176721032 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109790885 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7576] ppid=7571 vsize=1795016 CPUtime=0.28
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7014 0 -1 64 6296 0 0 0 26 2 0 0 16 0 13 0 176721034 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=1795016 CPUtime=0.27
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7014 0 -1 64 5225 0 0 0 26 1 0 0 16 0 13 0 176721034 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7578] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 176721036 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7579] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176721037 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176721037 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 176721040 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=1795016 CPUtime=2
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7014 0 -1 64 6859 0 1 0 198 2 0 0 17 0 13 0 176721040 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=1795016 CPUtime=2.34
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7014 0 -1 64 9332 0 1 0 230 4 0 0 15 0 13 0 176721041 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 176721041 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 176721041 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7586] ppid=7571 vsize=1795016 CPUtime=0
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176721210 1838096384 52922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.79
Current children cumulated vsize (KiB) 1795016

[startup+25.5027 s]
/proc/loadavg: 0.95 0.98 0.93 2/90 7586
/proc/meminfo: memFree=1628232/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1793596 CPUtime=28.75
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 72136 0 3 0 2839 36 0 0 18 0 13 0 176721031 1836642304 56306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 448399 56306 1332 9 0 446011 0
[pid=7573/tid=7575] ppid=7571 vsize=1793596 CPUtime=23.47
/proc/7573/task/7575/stat : 7575 (java) R 7571 7573 7014 0 -1 64 39385 0 1 0 2325 22 0 0 25 0 13 0 176721032 1836642304 56306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540842 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7576] ppid=7571 vsize=1793596 CPUtime=0.44
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7014 0 -1 64 8640 0 0 0 41 3 0 0 16 0 13 0 176721034 1836642304 56306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=1793596 CPUtime=0.43
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7014 0 -1 64 7168 0 0 0 41 2 0 0 16 0 13 0 176721034 1836642304 56306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7578] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 176721036 1836642304 56306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=7573/tid=7578] ppid=7571 vsize=1793596 CPUtime=0.19
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 30 0 0 0 13 6 0 0 16 0 13 0 176721036 1836642304 216194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 216194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 216194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 176721040 1836642304 216194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=1793596 CPUtime=2.09
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7014 0 -1 64 6860 0 1 0 207 2 0 0 16 0 13 0 176721040 1836642304 216194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7583] ppid=7571 vsize=1793596 CPUtime=2.42
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7014 0 -1 64 9333 0 1 0 238 4 0 0 17 0 13 0 176721041 1836642304 216194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 176721041 1836642304 216194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 176721041 1836642304 216194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176721210 1836642304 216194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1586.86
Current children cumulated vsize (KiB) 1793596

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 0.98 2/90 7588
/proc/meminfo: memFree=967176/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1793596 CPUtime=1649.09
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 257105 0 3 0 164764 145 0 0 18 0 13 0 176721031 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 448399 220797 1333 9 0 446011 0
[pid=7573/tid=7575] ppid=7571 vsize=1793596 CPUtime=1554.81
/proc/7573/task/7575/stat : 7575 (java) R 7571 7573 7014 0 -1 64 40324 0 1 0 155443 38 0 0 25 0 13 0 176721032 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109889223 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7576] ppid=7571 vsize=1793596 CPUtime=44.77
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7014 0 -1 64 98591 0 0 0 4431 46 0 0 16 0 13 0 176721034 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7577] ppid=7571 vsize=1793596 CPUtime=44.75
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7014 0 -1 64 101243 0 0 0 4429 46 0 0 16 0 13 0 176721034 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=1793596 CPUtime=0.2
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 31 0 0 0 14 6 0 0 15 0 13 0 176721036 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 176721040 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=1793596 CPUtime=2.09
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7014 0 -1 64 6860 0 1 0 207 2 0 0 16 0 13 0 176721040 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7583] ppid=7571 vsize=1793596 CPUtime=2.42
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7014 0 -1 64 9333 0 1 0 238 4 0 0 17 0 13 0 176721041 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 176721041 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 176721041 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176721210 1836642304 220797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.09
Current children cumulated vsize (KiB) 1793596

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 0.98 2/90 7588
/proc/meminfo: memFree=949384/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1793596 CPUtime=1711.28
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 261916 0 3 0 170981 147 0 0 18 0 13 0 176721031 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 448399 225223 1333 9 0 446011 0
[pid=7573/tid=7575] ppid=7571 vsize=1793596 CPUtime=1612.56
/proc/7573/task/7575/stat : 7575 (java) R 7571 7573 7014 0 -1 64 40348 0 1 0 161218 38 0 0 19 0 13 0 176721032 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808467 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7576] ppid=7571 vsize=1793596 CPUtime=46.97
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7014 0 -1 64 100694 0 0 0 4651 46 0 0 16 0 13 0 176721034 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=1793596 CPUtime=46.96
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7014 0 -1 64 103927 0 0 0 4649 47 0 0 17 0 13 0 176721034 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=1793596 CPUtime=0.21
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 31 0 0 0 14 7 0 0 15 0 13 0 176721036 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 176721040 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=1793596 CPUtime=2.09
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7014 0 -1 64 6860 0 1 0 207 2 0 0 16 0 13 0 176721040 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7583] ppid=7571 vsize=1793596 CPUtime=2.42
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7014 0 -1 64 9333 0 1 0 238 4 0 0 17 0 13 0 176721041 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 176721041 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7585/stat : 7585 (java) R 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 176721041 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176721210 1836642304 225223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.28
Current children cumulated vsize (KiB) 1793596

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 0.98 2/90 7588
/proc/meminfo: memFree=930760/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1793596 CPUtime=1773.6
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 266817 0 3 0 177210 150 0 0 18 0 13 0 176721031 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 448399 229871 1333 9 0 446011 0
[pid=7573/tid=7575] ppid=7571 vsize=1793596 CPUtime=1670.17
/proc/7573/task/7575/stat : 7575 (java) R 7571 7573 7014 0 -1 64 40373 0 1 0 166978 39 0 0 25 0 13 0 176721032 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7576] ppid=7571 vsize=1793596 CPUtime=49.33
/proc/7573/task/7576/stat : 7576 (java) R 7571 7573 7014 0 -1 64 103762 0 0 0 4886 47 0 0 17 0 13 0 176721034 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7577] ppid=7571 vsize=1793596 CPUtime=49.31
/proc/7573/task/7577/stat : 7577 (java) R 7571 7573 7014 0 -1 64 105734 0 0 0 4884 47 0 0 17 0 13 0 176721034 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102355538 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=1793596 CPUtime=0.22
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 32 0 0 0 15 7 0 0 15 0 13 0 176721036 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7579] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 176721040 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=1793596 CPUtime=2.09
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7014 0 -1 64 6860 0 1 0 207 2 0 0 16 0 13 0 176721040 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7583] ppid=7571 vsize=1793596 CPUtime=2.42
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7014 0 -1 64 9333 0 1 0 238 4 0 0 17 0 13 0 176721041 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 176721041 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 176721041 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7586] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176721210 1836642304 229871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.6
Current children cumulated vsize (KiB) 1793596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1747.8 s]
/proc/loadavg: 1.00 1.01 0.98 3/90 7588
/proc/meminfo: memFree=925192/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=1793596 CPUtime=1800.02
/proc/7573/stat : 7573 (java) S 7571 7573 7014 0 -1 0 268300 0 3 0 179851 151 0 0 18 0 13 0 176721031 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7573/statm: 448399 231258 1333 9 0 446011 0
[pid=7573/tid=7575] ppid=7571 vsize=1793596 CPUtime=1694.75
/proc/7573/task/7575/stat : 7575 (java) S 7571 7573 7014 0 -1 64 40381 0 1 0 169436 39 0 0 25 0 13 0 176721032 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7576] ppid=7571 vsize=1793596 CPUtime=50.26
/proc/7573/task/7576/stat : 7576 (java) R 7571 7573 7014 0 -1 64 104138 0 0 0 4978 48 0 0 17 0 13 0 176721034 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102355190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7577] ppid=7571 vsize=1793596 CPUtime=50.22
/proc/7573/task/7577/stat : 7577 (java) R 7571 7573 7014 0 -1 64 106833 0 0 0 4974 48 0 0 17 0 13 0 176721034 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102355125 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=1793596 CPUtime=0.22
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7014 0 -1 64 32 0 0 0 15 7 0 0 15 0 13 0 176721036 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176721037 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 176721040 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=1793596 CPUtime=2.09
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7014 0 -1 64 6860 0 1 0 207 2 0 0 16 0 13 0 176721040 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7583] ppid=7571 vsize=1793596 CPUtime=2.42
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7014 0 -1 64 9333 0 1 0 238 4 0 0 17 0 13 0 176721041 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 176721041 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7014 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 176721041 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7573/tid=7586] ppid=7571 vsize=1793596 CPUtime=0
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7014 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176721210 1836642304 231258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1793596

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

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

[startup+1748 s]
/proc/loadavg: 1.00 1.01 0.98 3/90 7588
/proc/meminfo: memFree=925192/2055924 swapFree=4146720/4192956
[pid=7573] ppid=7571 vsize=0 CPUtime=1800.24
/proc/7573/stat : 7573 (java) Z 7571 7573 7014 0 -1 1036 268443 0 3 0 179860 164 0 0 15 0 2 0 176721031 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7573/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1748.02
CPU time (s): 1800.27
CPU user time (s): 1798.61
CPU system time (s): 1.65875
CPU usage (%): 102.989
Max. virtual memory (cumulated for all children) (KiB): 1799112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.65875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268443
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43765
involuntary context switches= 54647

runsolver used 1.70574 second user time and 4.75528 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Thu Apr 19 18:20:34 UTC 2007

IDJOB= 362118
IDBENCH= 1501
IDSOLVER= 160
FILE ID= node6/362118-1177006834

PBS_JOBID= 4630530

Free space on /tmp= 66415 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362118-1177006834/sat4jPseudoCP.jar /tmp/evaluation/362118-1177006834/instance-362118-1177006834.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-362118-1177006834 -o ROOT/results/node6/solver-362118-1177006834 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362118-1177006834/sat4jPseudoCP.jar /tmp/evaluation/362118-1177006834/instance-362118-1177006834.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  24c836f3fcb46569dfcfdc2eda4dee98

RANDOM SEED= 502113950

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1849352 kB
Buffers:         28028 kB
Cached:         114384 kB
SwapCached:      13376 kB
Active:          47828 kB
Inactive:       117556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1849352 kB
SwapTotal:     4192956 kB
SwapFree:      4146720 kB
Dirty:            4844 kB
Writeback:           0 kB
Mapped:          30200 kB
Slab:            26728 kB
Committed_AS:  6946296 kB
PageTables:       1784 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= 66415 MiB

End job on node6 on Thu Apr 19 18:49:44 UTC 2007