Trace number 420752

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
PB-clasp 2007-04-10SAT 397.666 397.776

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
jarvisalo/mod2-rand3bip-sat-220-1.sat05-2173.reshuffled-07.opb
MD5SUMd2774a5df23bbc8329541cb1c8540a2f
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark277.15
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables220
Total number of constraints880
Number of constraints which are clauses880
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 constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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)

397.56/397.77	s SATISFIABLE
397.56/397.77	v x2 x3 x7 x8 x9 x11 x12 x13 x19 x22 x23 x25 x26 x27 x29 x30 x31 x33 x35 x36 x37 x39 x40 x44 x47 x48 x49 x50 x51 x53 x54 x56 x58 x59 x60 x68
397.56/397.77	v x72 x73 x74 x75 x77 x78 x81 x86 x88 x92 x93 x94 x95 x97 x98 x99 x100 x101 x102 x104 x105 x108 x110 x115 x117 x119 x120 x123 x125 x129
397.56/397.77	v x130 x132 x133 x134 x137 x140 x143 x144 x150 x151 x152 x158 x159 x164 x166 x167 x168 x169 x171 x172 x173 x174 x176 x177 x178 x180
397.56/397.77	v x183 x186 x187 x189 x190 x192 x193 x194 x198 x199 x200 x201 x202 x209 x210 x211 x213 x216 x217

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

/tmp/evaluation/420752-1177430734/instance-420752-1177430734.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node47/watcher-420752-1177430734 -o ROOT/results/node47/solver-420752-1177430734 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-420752-1177430734.opb /tmp/evaluation/420752-1177430734/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: 0.92 0.98 0.99 3/77 12603
/proc/meminfo: memFree=1841160/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12268 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) D 12601 12603 11868 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 97918790 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208717707877 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/12603/statm: 3067 317 242 3 0 167 0

[startup+0.101448 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12603
/proc/meminfo: memFree=1841160/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.201456 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12603
/proc/meminfo: memFree=1841160/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.301465 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12603
/proc/meminfo: memFree=1841160/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.701509 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12603
/proc/meminfo: memFree=1841160/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+1.50159 s]
/proc/loadavg: 0.92 0.98 0.99 2/81 12608
/proc/meminfo: memFree=1838952/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=3376 CPUtime=1.42
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 505 0 0 0 142 0 0 0 25 0 1 0 97918791 3457024 470 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784502 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 844 470 245 81 0 218 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 33396

[startup+3.10177 s]
/proc/loadavg: 0.92 0.98 0.99 2/81 12608
/proc/meminfo: memFree=1838760/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=3644 CPUtime=3.02
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 541 0 0 0 302 0 0 0 25 0 1 0 97918791 3731456 506 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737942 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 911 506 245 81 0 285 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33664

[startup+6.30211 s]
/proc/loadavg: 0.93 0.98 0.99 2/81 12608
/proc/meminfo: memFree=1838504/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=3780 CPUtime=6.22
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 589 0 0 0 622 0 0 0 25 0 1 0 97918791 3870720 554 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782607 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 945 554 245 81 0 319 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33800

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/81 12608
/proc/meminfo: memFree=1838120/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=4048 CPUtime=12.61
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 652 0 0 0 1261 0 0 0 25 0 1 0 97918791 4145152 617 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782479 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1012 617 245 81 0 386 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34068

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/81 12608
/proc/meminfo: memFree=1837800/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=4312 CPUtime=25.41
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 740 0 0 0 2541 0 0 0 25 0 1 0 97918791 4415488 705 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1078 705 245 81 0 452 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34332

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/81 12608
/proc/meminfo: memFree=1837352/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=4856 CPUtime=51
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 856 0 0 0 5099 1 0 0 25 0 1 0 97918791 4972544 821 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616112 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1214 821 245 81 0 588 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 34876

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 0.99 2/81 12608
/proc/meminfo: memFree=1836776/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=5400 CPUtime=102.19
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 977 0 0 0 10218 1 0 0 25 0 1 0 97918791 5529600 942 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784637 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1350 942 245 81 0 724 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 35420

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 12608
/proc/meminfo: memFree=1836328/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=5688 CPUtime=162.16
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1081 0 0 0 16215 1 0 0 25 0 1 0 97918791 5824512 1046 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134742233 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1422 1046 245 81 0 796 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 35708


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

/proc/12607/statm: 1633 1244 245 81 0 1007 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 36552

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

[startup+358.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 12610
/proc/meminfo: memFree=1835496/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=6676 CPUtime=358.21
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1312 0 0 0 35818 3 0 0 25 0 1 0 97918791 6836224 1277 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784670 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1669 1277 245 81 0 1043 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 358.27
Current children cumulated vsize (KiB) 36696

[startup+384.007 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 12610
/proc/meminfo: memFree=1835432/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=6808 CPUtime=383.81
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1322 0 0 0 38378 3 0 0 25 0 1 0 97918791 6971392 1287 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782474 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1702 1287 245 81 0 1076 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 383.87
Current children cumulated vsize (KiB) 36828

[startup+390.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 12610
/proc/meminfo: memFree=1835368/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=6808 CPUtime=390.2
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1333 0 0 0 39017 3 0 0 25 0 1 0 97918791 6971392 1298 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741030 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1702 1298 245 81 0 1076 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 390.26
Current children cumulated vsize (KiB) 36828

[startup+393.602 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 12610
/proc/meminfo: memFree=1835368/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=6808 CPUtime=393.4
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1333 0 0 0 39337 3 0 0 25 0 1 0 97918791 6971392 1298 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1702 1298 245 81 0 1076 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 393.46
Current children cumulated vsize (KiB) 36828

[startup+395.201 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 12610
/proc/meminfo: memFree=1835368/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=6808 CPUtime=395
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1333 0 0 0 39497 3 0 0 25 0 1 0 97918791 6971392 1298 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784653 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1702 1298 245 81 0 1076 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 395.06
Current children cumulated vsize (KiB) 36828

[startup+396.801 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 12610
/proc/meminfo: memFree=1835368/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=6808 CPUtime=396.6
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1333 0 0 0 39657 3 0 0 25 0 1 0 97918791 6971392 1298 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1702 1298 245 81 0 1076 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 396.66
Current children cumulated vsize (KiB) 36828

[startup+397.205 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 12610
/proc/meminfo: memFree=1835368/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=6808 CPUtime=397
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1333 0 0 0 39697 3 0 0 25 0 1 0 97918791 6971392 1298 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789705 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1702 1298 245 81 0 1076 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 397.06
Current children cumulated vsize (KiB) 36828

[startup+397.601 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 12610
/proc/meminfo: memFree=1835368/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=6808 CPUtime=397.4
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1333 0 0 0 39737 3 0 0 25 0 1 0 97918791 6971392 1298 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737392 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1702 1298 245 81 0 1076 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 397.46
Current children cumulated vsize (KiB) 36828

[startup+397.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 12610
/proc/meminfo: memFree=1835368/2055920 swapFree=4158012/4192956
[pid=12603] ppid=12601 vsize=12400 CPUtime=0
/proc/12603/stat : 12603 (pbclasp) S 12601 12603 11868 0 -1 4194304 484 0 0 0 0 0 0 0 16 0 1 0 97918790 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/12603/statm: 3100 435 320 3 0 200 0
[pid=12605] ppid=12603 vsize=5352 CPUtime=0.06
/proc/12605/stat : 12605 (sh) S 12603 12603 11868 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 97918791 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12605/statm: 1338 224 188 169 0 49 0
[pid=12607] ppid=12605 vsize=6808 CPUtime=397.5
/proc/12607/stat : 12607 (clasp-1.0) R 12605 12603 11868 0 -1 4194304 1333 0 0 0 39747 3 0 0 25 0 1 0 97918791 6971392 1298 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782479 0 0 4096 0 0 0 0 17 1 0 0
/proc/12607/statm: 1702 1298 245 81 0 1076 0
[pid=12608] ppid=12605 vsize=12268 CPUtime=0
/proc/12608/stat : 12608 (pboutclasp.pl) S 12605 12603 11868 0 -1 4194304 416 0 0 0 0 0 0 0 17 0 1 0 97918791 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12608/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 397.56
Current children cumulated vsize (KiB) 36828

Child status: 0
Real time (s): 397.776
CPU time (s): 397.666
CPU user time (s): 397.616
CPU system time (s): 0.049992
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 36828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 397.616
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3148
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= 59
involuntary context switches= 667

runsolver used 0.364944 second user time and 1.08783 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Tue Apr 24 16:05:34 UTC 2007

IDJOB= 420752
IDBENCH= 47867
IDSOLVER= 167
FILE ID= node47/420752-1177430734

PBS_JOBID= 4675742

Free space on /tmp= 66427 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-220-1.sat05-2173.reshuffled-07.opb
COMMAND LINE= pbclasp instance-420752-1177430734.opb /tmp/evaluation/420752-1177430734/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node47/convwatcher-420752-1177430734 -o ROOT/results/node47/conversion-420752-1177430734 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/420752-1177430734/instance-420752-1177430734.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  d2774a5df23bbc8329541cb1c8540a2f

RANDOM SEED= 291667830

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1841632 kB
Buffers:         23748 kB
Cached:         118808 kB
SwapCached:       3848 kB
Active:          78744 kB
Inactive:        88216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841632 kB
SwapTotal:     4192956 kB
SwapFree:      4158012 kB
Dirty:             504 kB
Writeback:           0 kB
Mapped:          31056 kB
Slab:            32836 kB
Committed_AS:  3924208 kB
PageTables:       1780 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= 66427 MiB

End job on node47 on Tue Apr 24 16:12:12 UTC 2007