Trace number 364177

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
absconPseudo 102SAT (TO)87 1800.14 1800.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-jnh201.opb
MD5SUM90cbe77e1c871e28da43b06bd07ecc73
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark18.5112
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 84
Optimality of the best value was proved YES
Number of variables200
Total number of constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint14
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.55/0.52	o 92
0.55/0.52	o 91
0.87/0.82	o 89
4.16/4.19	o 88
10.06/10.02	o 87
1800.10/1800.61	s SATISFIABLE
1800.10/1800.61	v -x1 x2 x3 -x4 x5 -x6 -x7 x8 -x9 x10 -x11 x12 x13 -x14 x15 -x16 -x17 x18 -x19 -x20 -x21 x22 x23 -x24 x25 -x26 -x27 x28 -x29 x30 -x31
1800.10/1800.61	v x32 -x33 x34 -x35 -x36 -x37 x38 x39 -x40 x41 -x42 x43 -x44 -x45 x46 x47 -x48 -x49 x50 x51 -x52 -x53 x54 -x55 x56 -x57 x58 -x59 x60
1800.10/1800.61	v -x61 x62 -x63 x64 -x65 -x66 -x67 x68 x69 -x70 -x71 x72 -x73 x74 -x75 x76 x77 -x78 -x79 x80 x81 -x82 x83 -x84 -x85 -x86 -x87 x88 x89
1800.10/1800.61	v -x90 -x91 -x92 x93 -x94 x95 -x96 x97 -x98 -x99 x100 -x101 x102 -x103 x104 -x105 x106 x107 -x108 -x109 x110 x111 -x112 x113 -x114
1800.10/1800.61	v -x115 x116 x117 -x118 x119 -x120 -x121 x122 -x123 x124 -x125 x126 -x127 x128 -x129 x130 -x131 x132 -x133 x134 -x135 -x136 -x137
1800.10/1800.61	v x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 x147 -x148 -x149 x150 -x151 x152 x153 -x154 -x155 x156 x157 -x158 -x159
1800.10/1800.61	v x160 -x161 x162 -x163 -x164 x165 -x166 x167 -x168 -x169 x170 x171 -x172 -x173 x174 x175 -x176 x177 -x178 -x179 x180 -x181 x182
1800.10/1800.61	v -x183 x184 x185 -x186 x187 -x188 -x189 x190 -x191 -x192 x193 -x194 -x195 -x196 x197 -x198 -x199 -x200

Verifier Data (download as text)

OK	87

Conversion Script Data (download as text)

/tmp/evaluation/364177-1177037629/instance-364177-1177037629.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node51/watcher-364177-1177037629 -o ROOT/results/node51/solver-364177-1177037629 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -Xms1600M -Xmx1600M -jar absconPseudo1.jar configuration.xml 1 pseudo /tmp/evaluation/364177-1177037629/instance-364177-1177037629.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.86 0.97 0.99 2/64 21083
/proc/meminfo: memFree=1763528/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1520 CPUtime=0
/proc/21083/stat : 21083 (java) R 21081 21083 20931 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 58608046 1556480 73 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 2589280 0 0 4096 0 0 0 0 17 1 0 0
/proc/21083/statm: 380 74 55 9 0 10 0

[startup+0.0358739 s]
/proc/loadavg: 0.86 0.97 0.99 2/64 21083
/proc/meminfo: memFree=1763528/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1784704 CPUtime=0.01
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 2291 0 1 0 0 1 0 0 18 0 4 0 58608046 1827536896 1969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 446176 1969 671 9 0 441178 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1784704

[startup+0.102456 s]
/proc/loadavg: 0.86 0.97 0.99 2/64 21083
/proc/meminfo: memFree=1763528/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1785028 CPUtime=0.03
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 2688 0 1 0 1 2 0 0 18 0 5 0 58608046 1827868672 2293 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 446257 2293 842 9 0 441259 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1785028

[startup+0.301476 s]
/proc/loadavg: 0.86 0.97 0.99 2/64 21083
/proc/meminfo: memFree=1763528/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=0.28
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 6107 0 1 0 23 5 0 0 18 0 9 0 58608046 1833295872 5519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 5519 1843 9 0 442167 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1790328

[startup+0.701508 s]
/proc/loadavg: 0.86 0.97 0.99 2/64 21083
/proc/meminfo: memFree=1763528/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=0.77
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9584 0 1 0 71 6 0 0 18 0 9 0 58608046 1833295872 8979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8979 1870 9 0 442167 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1790328

[startup+1.50257 s]
/proc/loadavg: 0.86 0.97 0.99 2/73 21092
/proc/meminfo: memFree=1734848/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=1.57
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9589 0 1 0 151 6 0 0 18 0 9 0 58608046 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8983 1871 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=1.4
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8490 0 1 0 136 4 0 0 20 0 9 0 58608048 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126692178 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1790328

[startup+3.10172 s]
/proc/loadavg: 0.86 0.97 0.99 2/73 21092
/proc/meminfo: memFree=1734656/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=3.16
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9590 0 1 0 310 6 0 0 18 0 9 0 58608046 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8983 1871 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=3
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8491 0 1 0 296 4 0 0 25 0 9 0 58608048 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126685395 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8983 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1790328

[startup+6.30201 s]
/proc/loadavg: 0.87 0.97 0.99 2/73 21092
/proc/meminfo: memFree=1734488/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=6.36
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 630 6 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=6.2
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 616 4 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126712180 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 1790328

[startup+12.7016 s]
/proc/loadavg: 0.88 0.97 0.99 2/73 21092
/proc/meminfo: memFree=1734424/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=12.76
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 1270 6 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=12.6
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 1256 4 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126685495 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 1790328

[startup+25.5027 s]
/proc/loadavg: 0.91 0.97 0.99 2/73 21092
/proc/meminfo: memFree=1734424/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=25.56
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 2550 6 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=25.39
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 2535 4 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126701418 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 1790328

[startup+51.102 s]
/proc/loadavg: 0.94 0.97 0.99 2/73 21092
/proc/meminfo: memFree=1734424/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=51.15
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 5109 6 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=50.99
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 5095 4 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4125953794 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0

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

/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1790328

[startup+1542.3 s]
/proc/loadavg: 1.03 0.99 0.99 2/73 21292
/proc/meminfo: memFree=1733976/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=1541.87
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 154180 7 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=1541.71
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 154165 6 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126700768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1790328

[startup+1602.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/73 21292
/proc/meminfo: memFree=1734040/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=1601.85
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 160178 7 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=1601.69
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 160163 6 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126688514 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 1790328

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/73 21292
/proc/meminfo: memFree=1733976/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=1661.83
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 166176 7 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=1661.68
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 166162 6 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126685640 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 1790328

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/73 21292
/proc/meminfo: memFree=1734040/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=1721.82
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 172175 7 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=1721.66
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 172160 6 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126706076 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1790328

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/73 21292
/proc/meminfo: memFree=1734040/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=1781.8
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 178173 7 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=1781.65
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 178159 6 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126685338 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 1790328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/73 21292
/proc/meminfo: memFree=1734040/2055920 swapFree=4183244/4192956
[pid=21083] ppid=21081 vsize=1790328 CPUtime=1800.1
/proc/21083/stat : 21083 (java) S 21081 21083 20931 0 -1 0 9592 0 1 0 180003 7 0 0 18 0 9 0 58608046 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21083/statm: 447582 8984 1872 9 0 442167 0
[pid=21083/tid=21085] ppid=21081 vsize=1790328 CPUtime=1799.95
/proc/21083/task/21085/stat : 21085 (java) R 21081 21083 20931 0 -1 64 8492 0 1 0 179989 6 0 0 25 0 9 0 58608048 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126703347 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21086] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21086/stat : 21086 (java) S 21081 21083 20931 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21087] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21087/stat : 21087 (java) S 21081 21083 20931 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21088] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21088/stat : 21088 (java) S 21081 21083 20931 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 58608050 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21089] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21089/stat : 21089 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21090] ppid=21081 vsize=1790328 CPUtime=0.14
/proc/21083/task/21090/stat : 21090 (java) S 21081 21083 20931 0 -1 64 374 0 0 0 14 0 0 0 16 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21083/tid=21091] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21091/stat : 21091 (java) S 21081 21083 20931 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21083/tid=21092] ppid=21081 vsize=1790328 CPUtime=0
/proc/21083/task/21092/stat : 21092 (java) S 21081 21083 20931 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58608057 1833295872 8984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1790328

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): 1800.64
CPU time (s): 1800.14
CPU user time (s): 1800.06
CPU system time (s): 0.080987
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 1790328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.06
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9614
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= 36661
involuntary context switches= 4360

runsolver used 1.91871 second user time and 4.64329 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Fri Apr 20 02:53:49 UTC 2007

IDJOB= 364177
IDBENCH= 2078
IDSOLVER= 155
FILE ID= node51/364177-1177037629

PBS_JOBID= 4640114

Free space on /tmp= 66460 MiB

SOLVER NAME= absconPseudo 102
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-jnh201.opb
COMMAND LINE= java -Xms1600M -Xmx1600M  -jar absconPseudo1.jar configuration.xml 1 pseudo /tmp/evaluation/364177-1177037629/instance-364177-1177037629.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node51/convwatcher-364177-1177037629 -o ROOT/results/node51/conversion-364177-1177037629 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/364177-1177037629/instance-364177-1177037629.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-364177-1177037629 -o ROOT/results/node51/solver-364177-1177037629 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -Xms1600M -Xmx1600M  -jar absconPseudo1.jar configuration.xml 1 pseudo /tmp/evaluation/364177-1177037629/instance-364177-1177037629.opb            

META MD5SUM SOLVER= af6648fa1ac31d79961ee160b5e03dc5
MD5SUM BENCH=  90cbe77e1c871e28da43b06bd07ecc73

RANDOM SEED= 30185822

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.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.223
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.223
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:       1763936 kB
Buffers:         43132 kB
Cached:         197812 kB
SwapCached:       3448 kB
Active:          83876 kB
Inactive:       168160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763936 kB
SwapTotal:     4192956 kB
SwapFree:      4183244 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:          15236 kB
Slab:            25972 kB
Committed_AS:  3669400 kB
PageTables:       1408 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= 66460 MiB

End job on node51 on Fri Apr 20 03:23:52 UTC 2007