Trace number 420743

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-03-23SAT 617.684 617.832

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)

617.62/617.83	s SATISFIABLE
617.62/617.83	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
617.62/617.83	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
617.62/617.83	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
617.62/617.83	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/420743-1177430526/instance-420743-1177430526.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/node55/watcher-420743-1177430526 -o ROOT/results/node55/solver-420743-1177430526 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-420743-1177430526.opb /tmp/evaluation/420743-1177430526/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/64 5078
/proc/meminfo: memFree=1661420/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12268 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) D 5076 5078 4346 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 190962652 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248761776741 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/5078/statm: 3067 317 242 3 0 167 0

[startup+0.0769051 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5078
/proc/meminfo: memFree=1661420/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101906 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5078
/proc/meminfo: memFree=1661420/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.301923 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5078
/proc/meminfo: memFree=1661420/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.701962 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5078
/proc/meminfo: memFree=1661420/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+1.50104 s]
/proc/loadavg: 0.92 0.98 0.99 2/68 5083
/proc/meminfo: memFree=1658820/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=3384 CPUtime=1.43
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 530 0 0 0 143 0 0 0 25 0 1 0 190962654 3465216 496 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134749744 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 846 496 194 154 0 316 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33404

[startup+3.10119 s]
/proc/loadavg: 0.93 0.98 0.99 2/68 5083
/proc/meminfo: memFree=1658692/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=3516 CPUtime=3.03
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 569 0 0 0 303 0 0 0 25 0 1 0 190962654 3600384 535 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134715397 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 879 535 194 154 0 349 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33536

[startup+6.30249 s]
/proc/loadavg: 0.93 0.98 0.99 2/68 5083
/proc/meminfo: memFree=1658372/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=3780 CPUtime=6.23
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 623 0 0 0 623 0 0 0 25 0 1 0 190962654 3870720 589 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769079 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 945 589 194 154 0 415 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33800

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/68 5083
/proc/meminfo: memFree=1658116/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=3920 CPUtime=12.62
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 667 0 0 0 1262 0 0 0 25 0 1 0 190962654 4014080 633 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740530 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 980 633 194 154 0 450 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33940

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/68 5083
/proc/meminfo: memFree=1657796/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=4188 CPUtime=25.42
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 741 0 0 0 2542 0 0 0 25 0 1 0 190962654 4288512 707 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134682883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 1047 707 194 154 0 517 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34208

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/68 5083
/proc/meminfo: memFree=1657476/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=4600 CPUtime=51.01
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 824 0 0 0 5101 0 0 0 25 0 1 0 190962654 4710400 790 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134715656 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 1150 790 194 154 0 620 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34620

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/68 5083
/proc/meminfo: memFree=1656580/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=5432 CPUtime=102.21
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1032 0 0 0 10220 1 0 0 25 0 1 0 190962654 5562368 998 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740536 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 1358 998 194 154 0 828 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35452

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 5083
/proc/meminfo: memFree=1655876/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=6124 CPUtime=162.18
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1223 0 0 0 16217 1 0 0 25 0 1 0 190962654 6270976 1189 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769079 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 1531 1189 194 154 0 1001 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 36144


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

/proc/5082/statm: 1995 1625 194 154 0 1465 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 38000

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

[startup+588.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5083
/proc/meminfo: memFree=1654084/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=7980 CPUtime=588.46
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1659 0 0 0 58845 1 0 0 25 0 1 0 190962654 8171520 1625 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629369 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 1995 1625 194 154 0 1465 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 588.52
Current children cumulated vsize (KiB) 38000

[startup+601.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5083
/proc/meminfo: memFree=1654020/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=8120 CPUtime=601.26
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1672 0 0 0 60125 1 0 0 25 0 1 0 190962654 8314880 1638 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134753634 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 2030 1638 194 154 0 1500 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 601.32
Current children cumulated vsize (KiB) 38140

[startup+607.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5083
/proc/meminfo: memFree=1654020/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=8120 CPUtime=607.66
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1679 0 0 0 60765 1 0 0 25 0 1 0 190962654 8314880 1645 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746407 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 2030 1645 194 154 0 1500 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 607.72
Current children cumulated vsize (KiB) 38140

[startup+614.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5083
/proc/meminfo: memFree=1653956/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=8120 CPUtime=614.06
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1695 0 0 0 61405 1 0 0 25 0 1 0 190962654 8314880 1661 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740583 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 2030 1661 194 154 0 1500 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 614.12
Current children cumulated vsize (KiB) 38140

[startup+615.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5083
/proc/meminfo: memFree=1653956/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=8120 CPUtime=615.66
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1695 0 0 0 61565 1 0 0 25 0 1 0 190962654 8314880 1661 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134749762 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 2030 1661 194 154 0 1500 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 615.72
Current children cumulated vsize (KiB) 38140

[startup+616.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5083
/proc/meminfo: memFree=1653956/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=8120 CPUtime=616.46
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1696 0 0 0 61645 1 0 0 25 0 1 0 190962654 8314880 1662 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134768805 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 2030 1662 194 154 0 1500 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 616.52
Current children cumulated vsize (KiB) 38140

[startup+617.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5083
/proc/meminfo: memFree=1653956/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=8280 CPUtime=617.26
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1705 0 0 0 61725 1 0 0 25 0 1 0 190962654 8478720 1671 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134714544 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 2070 1671 194 154 0 1540 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 617.32
Current children cumulated vsize (KiB) 38300

[startup+617.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5083
/proc/meminfo: memFree=1653956/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=8280 CPUtime=617.46
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1705 0 0 0 61745 1 0 0 25 0 1 0 190962654 8478720 1671 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 2070 1671 194 154 0 1540 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 617.52
Current children cumulated vsize (KiB) 38300

[startup+617.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5083
/proc/meminfo: memFree=1653956/2055920 swapFree=4184544/4192956
[pid=5078] ppid=5076 vsize=12400 CPUtime=0
/proc/5078/stat : 5078 (pbclasp) S 5076 5078 4346 0 -1 4194304 483 0 0 0 0 0 0 0 16 0 1 0 190962652 12697600 435 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/5078/statm: 3100 435 320 3 0 200 0
[pid=5080] ppid=5078 vsize=5352 CPUtime=0.06
/proc/5080/stat : 5080 (sh) S 5078 5078 4346 0 -1 4194304 297 503 0 0 0 0 6 0 16 0 1 0 190962653 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5080/statm: 1338 224 188 169 0 49 0
[pid=5082] ppid=5080 vsize=8280 CPUtime=617.56
/proc/5082/stat : 5082 (clasp) R 5080 5078 4346 0 -1 4194304 1705 0 0 0 61755 1 0 0 25 0 1 0 190962654 8478720 1671 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769205 0 0 4096 0 0 0 0 17 1 0 0
/proc/5082/statm: 2070 1671 194 154 0 1540 0
[pid=5083] ppid=5080 vsize=12268 CPUtime=0
/proc/5083/stat : 5083 (pboutclasp.pl) S 5080 5078 4346 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 190962654 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 248770506850 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/5083/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 617.62
Current children cumulated vsize (KiB) 38300

Child status: 0
Real time (s): 617.832
CPU time (s): 617.684
CPU user time (s): 617.654
CPU system time (s): 0.029995
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 38300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 617.654
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3524
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= 53
involuntary context switches= 772

runsolver used 0.502923 second user time and 1.60575 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Tue Apr 24 16:02:06 UTC 2007

IDJOB= 420743
IDBENCH= 47867
IDSOLVER= 158
FILE ID= node55/420743-1177430526

PBS_JOBID= 4675753

Free space on /tmp= 66354 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-420743-1177430526.opb /tmp/evaluation/420743-1177430526/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node55/convwatcher-420743-1177430526 -o ROOT/results/node55/conversion-420743-1177430526 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/420743-1177430526/instance-420743-1177430526.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  d2774a5df23bbc8329541cb1c8540a2f

RANDOM SEED= 292736198

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.216
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.216
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:       1661828 kB
Buffers:         43580 kB
Cached:         275980 kB
SwapCached:       2556 kB
Active:         123804 kB
Inactive:       206320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661828 kB
SwapTotal:     4192956 kB
SwapFree:      4184544 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          16964 kB
Slab:            50028 kB
Committed_AS:  1295712 kB
PageTables:       1384 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= 66354 MiB

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