Trace number 372250

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
PB-clasp 2007-04-10SAT (TO)14047 1802.12 1803.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/reduced/
submittedPB07/aksoy/trarea_ac/normalized-reduced-fir04_trarea_ac.opb
MD5SUM1312c6b0204e50ac57a7790cd1d32db9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12940
Best CPU time to get the best result obtained on this benchmark0.510922
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12940
Optimality of the best value was proved YES
Number of variables1945
Total number of constraints3355
Number of constraints which are clauses3355
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 constraint1
Maximum length of a constraint55
Number of terms in the objective function 1036
Biggest coefficient in the objective function 650
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 524770
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 650
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 524770
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.25/0.36	o 14359
0.36/0.48	o 14302
0.47/0.59	o 14287
0.59/0.75	o 14269
0.69/0.87	o 14230
0.80/0.98	o 14212
0.92/1.09	o 14198
1.02/1.21	o 14171
1.14/1.36	o 14159
1.26/1.48	o 14141
1.37/1.59	o 14123
1.48/1.71	o 14095
1.60/1.83	o 14083
1.71/1.95	o 14065
1.82/2.07	o 14047
1800.07/1801.40	sh: line 1: 19135 Done                    cat /tmp/evaluation/372250-1177079512/temp/instance-372250-1177079512.opb.op
1800.07/1801.40	     19136 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/372250-1177079512/temp/instance-372250-1177079512.opb.clasp
1800.07/1801.41	c Somebody sent me a SIGTERM
1800.07/1801.41	s SATISFIABLE
1800.07/1801.41	v x39 x40 x220 x221 x531 x688 x823 x834 x835 x995 x1022 x1195 x1333 x1393 x1513 x1532 x1608 x1614 x1674 x1701 x1712 x1817 x1865
1800.07/1801.41	v x1877 x1885 x1886 x1888 x1901 x1909 x1923 x1938 x1942 x1943 x1944
1800.07/1801.42	pb2clasp1: no process killed
1800.07/1801.42	clasp-1.0: no process killed
1802.06/1803.42	sh: line 1: 19326 Done                    cat /tmp/evaluation/372250-1177079512/temp/instance-372250-1177079512.opb.op
1802.06/1803.42	     19327 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/372250-1177079512/temp/instance-372250-1177079512.opb.clasp

Verifier Data (download as text)

OK	14047

Conversion Script Data (download as text)

/tmp/evaluation/372250-1177079512/instance-372250-1177079512.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/node22/watcher-372250-1177079512 -o ROOT/results/node22/solver-372250-1177079512 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-372250-1177079512.opb /tmp/evaluation/372250-1177079512/temp 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19006
/proc/meminfo: memFree=1588720/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12268 CPUtime=0
/proc/19006/stat : 19006 (pbclasp) D 19004 19006 17738 0 -1 4194304 351 0 0 0 0 0 0 0 20 0 1 0 155868918 12562432 317 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272467982949 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/19006/statm: 3067 317 242 3 0 167 0

[startup+0.00837594 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19006
/proc/meminfo: memFree=1588720/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12268 CPUtime=0
/proc/19006/stat : 19006 (pbclasp) R 19004 19006 17738 0 -1 4194304 417 0 0 0 0 0 0 0 19 0 1 0 155868918 12562432 383 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272467661537 0 0 4224 0 0 0 0 17 0 0 0
/proc/19006/statm: 3067 384 286 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102392 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19006
/proc/meminfo: memFree=1588720/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12672 CPUtime=0.02
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 570 0 0 0 2 0 0 0 20 0 1 0 155868918 12976128 521 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/19006/statm: 3168 521 324 3 0 268 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12672

[startup+0.30143 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19006
/proc/meminfo: memFree=1588720/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=0.25
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 713 1595 0 0 2 0 22 1 16 0 1 0 155868918 13111296 564 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/19006/statm: 3201 564 343 3 0 301 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 12804

[startup+0.701495 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19006
/proc/meminfo: memFree=1588720/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=0.59
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 1074 8115 0 0 3 0 51 5 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 12804

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 19062
/proc/meminfo: memFree=1587152/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.37
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 1844 23480 0 0 4 1 116 16 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 12804

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19136
/proc/meminfo: memFree=1586216/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=4720 CPUtime=1
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 830 0 0 0 100 0 0 0 25 0 1 0 155869127 4833280 791 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134715844 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 1180 791 249 81 0 554 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 22880

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 19136
/proc/meminfo: memFree=1584368/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=5116 CPUtime=4.2
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 932 0 0 0 420 0 0 0 25 0 1 0 155869127 5238784 893 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737327 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 1279 893 249 81 0 653 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 23276

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 19136
/proc/meminfo: memFree=1583824/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=5644 CPUtime=10.6
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 1052 0 0 0 1060 0 0 0 25 0 1 0 155869127 5779456 1013 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134617547 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 1411 1013 249 81 0 785 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 23804

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 19136
/proc/meminfo: memFree=1583184/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=6180 CPUtime=23.39
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 1213 0 0 0 2339 0 0 0 25 0 1 0 155869127 6328320 1174 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134714801 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 1545 1174 249 81 0 919 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 24340

[startup+51.1022 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 19136
/proc/meminfo: memFree=1582672/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=6876 CPUtime=48.97
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 1358 0 0 0 4897 0 0 0 25 0 1 0 155869127 7041024 1319 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784653 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 1719 1319 249 81 0 1093 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 25036

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 19136
/proc/meminfo: memFree=1581840/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=7592 CPUtime=100.14
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 1537 0 0 0 10014 0 0 0 25 0 1 0 155869127 7774208 1498 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134714080 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 1898 1498 249 81 0 1272 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 25752

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 19136
/proc/meminfo: memFree=1581328/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=8132 CPUtime=160.11
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 1661 0 0 0 16010 1 0 0 25 0 1 0 155869127 8327168 1622 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737421 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 2033 1622 249 81 0 1407 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 26292

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 19136
/proc/meminfo: memFree=1580816/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=8660 CPUtime=220.07
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 1791 0 0 0 22006 1 0 0 25 0 1 0 155869127 8867840 1752 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 2165 1752 249 81 0 1539 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 26820

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 19136
/proc/meminfo: memFree=1580432/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=9084 CPUtime=280.01
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 1889 0 0 0 28000 1 0 0 25 0 1 0 155869127 9302016 1850 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 2271 1850 249 81 0 1645 0
Current children cumulated CPU time (s) 281.96
Current children cumulated vsize (KiB) 27244


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

/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=12316 CPUtime=1419.28
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 2645 0 0 0 141924 4 0 0 25 0 1 0 155869127 12611584 2606 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616639 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 3079 2606 249 81 0 2453 0
Current children cumulated CPU time (s) 1421.23
Current children cumulated vsize (KiB) 30476

[startup+1482.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/80 19138
/proc/meminfo: memFree=1577360/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=12316 CPUtime=1479.23
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 2645 0 0 0 147919 4 0 0 25 0 1 0 155869127 12611584 2606 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 3079 2606 249 81 0 2453 0
Current children cumulated CPU time (s) 1481.18
Current children cumulated vsize (KiB) 30476

[startup+1542.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/80 19138
/proc/meminfo: memFree=1577296/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=12408 CPUtime=1539.19
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 2675 0 0 0 153915 4 0 0 25 0 1 0 155869127 12705792 2636 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 3102 2636 249 81 0 2476 0
Current children cumulated CPU time (s) 1541.14
Current children cumulated vsize (KiB) 30568

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/80 19138
/proc/meminfo: memFree=1577168/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=12556 CPUtime=1599.15
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 2713 0 0 0 159911 4 0 0 25 0 1 0 155869127 12857344 2674 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 3139 2674 249 81 0 2513 0
Current children cumulated CPU time (s) 1601.1
Current children cumulated vsize (KiB) 30716

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 19138
/proc/meminfo: memFree=1577104/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=12780 CPUtime=1659.11
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 2731 0 0 0 165907 4 0 0 25 0 1 0 155869127 13086720 2692 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784711 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 3195 2692 249 81 0 2569 0
Current children cumulated CPU time (s) 1661.06
Current children cumulated vsize (KiB) 30940

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 19138
/proc/meminfo: memFree=1576912/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=12820 CPUtime=1719.08
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 2772 0 0 0 171903 5 0 0 25 0 1 0 155869127 13127680 2733 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 3205 2733 249 81 0 2579 0
Current children cumulated CPU time (s) 1721.03
Current children cumulated vsize (KiB) 30980

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/86 19302
/proc/meminfo: memFree=1575328/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=12952 CPUtime=1779.04
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 2785 0 0 0 177891 13 0 0 25 0 1 0 155869127 13262848 2746 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784651 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 3238 2746 249 81 0 2612 0
Current children cumulated CPU time (s) 1780.99
Current children cumulated vsize (KiB) 31112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/86 19316
/proc/meminfo: memFree=1575200/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1.95
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2391 34455 0 0 5 2 166 22 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19134] ppid=19006 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (sh) S 19006 19006 17738 0 -1 4194304 286 122 0 0 0 0 0 0 17 0 1 0 155869127 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 225 188 169 0 50 0
[pid=19136] ppid=19134 vsize=13084 CPUtime=1798.12
/proc/19136/stat : 19136 (clasp-1.0) R 19134 19006 17738 0 -1 4194304 2817 0 0 0 179796 16 0 0 25 0 1 0 155869127 13398016 2778 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616608 0 0 4096 0 0 0 0 17 0 0 0
/proc/19136/statm: 3271 2778 249 81 0 2645 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 31244

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/87 19327
/proc/meminfo: memFree=1583184/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1800.11
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2553 39085 0 0 5 3 179962 41 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19325] ppid=19006 vsize=5356 CPUtime=0
/proc/19325/stat : 19325 (sh) S 19006 19006 17738 0 -1 4194304 288 122 0 0 0 0 0 0 17 0 1 0 156049061 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19325/statm: 1339 225 188 169 0 50 0
[pid=19327] ppid=19325 vsize=4720 CPUtime=0.75
/proc/19327/stat : 19327 (clasp-1.0) R 19325 19006 17738 0 -1 4194304 829 0 0 0 75 0 0 0 24 0 1 0 156049062 4833280 790 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 0 0 0
/proc/19327/statm: 1180 790 249 81 0 554 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 22880

[startup+1803 s]
/proc/loadavg: 1.00 1.00 1.00 2/87 19327
/proc/meminfo: memFree=1583120/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1800.11
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2553 39085 0 0 5 3 179962 41 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19325] ppid=19006 vsize=5356 CPUtime=0
/proc/19325/stat : 19325 (sh) S 19006 19006 17738 0 -1 4194304 288 122 0 0 0 0 0 0 17 0 1 0 156049061 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19325/statm: 1339 225 188 169 0 50 0
[pid=19327] ppid=19325 vsize=4720 CPUtime=1.55
/proc/19327/stat : 19327 (clasp-1.0) R 19325 19006 17738 0 -1 4194304 833 0 0 0 155 0 0 0 25 0 1 0 156049062 4833280 794 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134617542 0 0 4096 0 0 0 0 17 0 0 0
/proc/19327/statm: 1180 794 249 81 0 554 0
Current children cumulated CPU time (s) 1801.66
Current children cumulated vsize (KiB) 22880

[startup+1803.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/87 19327
/proc/meminfo: memFree=1583120/2055920 swapFree=4168584/4192956
[pid=19006] ppid=19004 vsize=12804 CPUtime=1800.11
/proc/19006/stat : 19006 (pbclasp) S 19004 19006 17738 0 -1 4194304 2553 39085 0 0 5 3 179962 41 16 0 1 0 155868918 13111296 566 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 272476716948 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/19006/statm: 3201 566 343 3 0 301 0
[pid=19325] ppid=19006 vsize=5356 CPUtime=0
/proc/19325/stat : 19325 (sh) S 19006 19006 17738 0 -1 4194304 288 122 0 0 0 0 0 0 17 0 1 0 156049061 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19325/statm: 1339 225 188 169 0 50 0
[pid=19327] ppid=19325 vsize=4720 CPUtime=1.95
/proc/19327/stat : 19327 (clasp-1.0) R 19325 19006 17738 0 -1 4194304 833 0 0 0 195 0 0 0 25 0 1 0 156049062 4833280 794 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134617539 0 0 4096 0 0 0 0 17 0 0 0
/proc/19327/statm: 1180 794 249 81 0 554 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 22880

Child status: 0
Real time (s): 1803.42
CPU time (s): 1802.12
CPU user time (s): 1801.65
CPU system time (s): 0.461929
CPU usage (%): 99.9274
Max. virtual memory (cumulated for all children) (KiB): 31244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.65
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1558
involuntary context switches= 32236

runsolver used 1.66775 second user time and 4.93225 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Fri Apr 20 14:31:52 UTC 2007

IDJOB= 372250
IDBENCH= 24958
IDSOLVER= 167
FILE ID= node22/372250-1177079512

PBS_JOBID= 4640255

Free space on /tmp= 66498 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-LIN/reduced/submittedPB07/aksoy/trarea_ac/normalized-reduced-fir04_trarea_ac.opb
COMMAND LINE= pbclasp instance-372250-1177079512.opb /tmp/evaluation/372250-1177079512/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node22/convwatcher-372250-1177079512 -o ROOT/results/node22/conversion-372250-1177079512 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/372250-1177079512/instance-372250-1177079512.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-372250-1177079512 -o ROOT/results/node22/solver-372250-1177079512 -C 1800 -W 3600 -M 1800 --output-limit 1,15  pbclasp instance-372250-1177079512.opb /tmp/evaluation/372250-1177079512/temp

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  1312c6b0204e50ac57a7790cd1d32db9

RANDOM SEED= 908309562

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:       1589128 kB
Buffers:         44520 kB
Cached:         323908 kB
SwapCached:       2240 kB
Active:         171044 kB
Inactive:       227272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589128 kB
SwapTotal:     4192956 kB
SwapFree:      4168584 kB
Dirty:             728 kB
Writeback:           0 kB
Mapped:          37724 kB
Slab:            54060 kB
Committed_AS:  1862852 kB
PageTables:       1696 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= 66498 MiB

End job on node22 on Fri Apr 20 15:01:56 UTC 2007