Trace number 3498594

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
EBGlucose 1.0? (TO) 5000.04 4999.91

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2123.23
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.24	c ==============================================================================
0.00/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.24	c ==============================================================================
0.00/0.24	c |         0 |  598617  1396773 |  179585       0        0     nan |  0.000 % |
3.59/3.68	c |         0 |  341039  1130857 |      --       0       --      -- |     --   | -257536/-265815
3.59/3.68	c ==============================================================================
3.59/3.68	c Result  :   #vars: 72981   #clauses: 341039   #literals: 1130857
3.59/3.68	c CPU time:   3.58645 s
3.59/3.68	c ==============================================================================
3.79/3.89	c
3.79/3.89	c Starting glucose
3.79/3.89	c
3.79/3.89	
3.79/3.89	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.79/3.89	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.79/3.89	
3.79/3.89	c ============================[ Problem Statistics ]=============================
3.79/3.89	c |                                                                             |
3.79/3.89	c |  Number of variables:  72981                                                |
3.79/3.89	c |  Number of clauses:    341039                                               |
3.88/4.03	c |  Parsing time:         0.12         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498594-1307960508/watcher-3498594-1307960508 -o /var/tmp/evaluation-result-3498594-1307960508/solver-3498594-1307960508 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498594-1307960508.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.04 1.26 2/175 29361
/proc/meminfo: memFree=7445312/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 907651318 8912896 253 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29361/statm: 2176 253 211 178 0 69 0

[startup+0.0103229 s]
/proc/loadavg: 1.05 1.04 1.26 2/175 29361
/proc/meminfo: memFree=7445312/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 907651318 8912896 253 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29361/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100343 s]
/proc/loadavg: 1.05 1.04 1.26 2/175 29361
/proc/meminfo: memFree=7445312/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 907651318 8912896 253 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29361/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300309 s]
/proc/loadavg: 1.05 1.04 1.26 2/175 29361
/proc/meminfo: memFree=7445312/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 907651318 8912896 253 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29361/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700231 s]
/proc/loadavg: 1.05 1.04 1.26 2/175 29361
/proc/meminfo: memFree=7445312/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 907651318 8912896 253 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29361/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50109 s]
/proc/loadavg: 1.05 1.04 1.26 3/177 29364
/proc/meminfo: memFree=7335216/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 907651318 8912896 253 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29361/statm: 2176 253 211 178 0 69 0
[pid=29363] ppid=29361 vsize=97516 CPUtime=1.49 cores=1,3,5,7
/proc/29363/stat : 29363 (SatELite_releas) R 29361 29361 28636 0 -1 4202496 23242 0 0 0 143 6 0 0 25 0 1 0 907651319 99856384 21536 33554432000 134512640 135144230 4294833248 18446744073709551615 134585381 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29363/statm: 24379 21536 78 155 0 24222 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106220

[startup+3.10079 s]
/proc/loadavg: 1.05 1.04 1.26 3/177 29365
/proc/meminfo: memFree=7344684/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 907651318 8912896 253 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29361/statm: 2176 253 211 178 0 69 0
[pid=29363] ppid=29361 vsize=102324 CPUtime=3.09 cores=1,3,5,7
/proc/29363/stat : 29363 (SatELite_releas) R 29361 29361 28636 0 -1 4202496 24780 0 0 0 300 9 0 0 25 0 1 0 907651319 104779776 22878 33554432000 134512640 135144230 4294833248 18446744073709551615 134585414 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29363/statm: 25581 22878 78 155 0 25424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111028

[startup+6.3002 s]
/proc/loadavg: 1.12 1.05 1.26 3/177 29366
/proc/meminfo: memFree=7384888/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=38808 CPUtime=2.39 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 8758 0 0 0 238 1 0 0 25 0 1 0 907651708 39739392 8611 33554432000 134512640 134556542 4291915664 18446744073709551615 10024444 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29366/statm: 9702 8611 214 11 0 9036 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 47512

[startup+12.701 s]
/proc/loadavg: 1.19 1.07 1.27 3/177 29366
/proc/meminfo: memFree=7377752/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=42840 CPUtime=8.8 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 9738 0 0 0 878 2 0 0 25 0 1 0 907651708 43868160 9591 33554432000 134512640 134556542 4291915664 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29366/statm: 10710 9591 214 11 0 10044 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51544

[startup+25.5006 s]
/proc/loadavg: 1.37 1.11 1.28 3/177 29367
/proc/meminfo: memFree=7373664/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=45828 CPUtime=21.6 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 10481 0 0 0 2158 2 0 0 25 0 1 0 907651708 46927872 10334 33554432000 134512640 134556542 4291915664 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29366/statm: 11457 10334 214 11 0 10791 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54532

[startup+51.1009 s]
/proc/loadavg: 1.58 1.18 1.29 3/177 29368
/proc/meminfo: memFree=7367036/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=49112 CPUtime=47.19 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 11297 0 0 0 4717 2 0 0 25 0 1 0 907651708 50290688 11150 33554432000 134512640 134556542 4291915664 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29366/statm: 12278 11150 214 11 0 11612 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 57816

[startup+102.306 s]
/proc/loadavg: 1.82 1.31 1.33 3/177 29369
/proc/meminfo: memFree=7358796/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=51244 CPUtime=98.4 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 11837 0 0 0 9838 2 0 0 25 0 1 0 907651708 52473856 11690 33554432000 134512640 134556542 4291915664 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29366/statm: 12811 11690 214 11 0 12145 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 59948

[startup+162.3 s]
/proc/loadavg: 1.93 1.43 1.37 3/177 29370
/proc/meminfo: memFree=7348932/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=55752 CPUtime=158.4 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 12957 0 0 0 15837 3 0 0 25 0 1 0 907651708 57090048 12810 33554432000 134512640 134556542 4291915664 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29366/statm: 13938 12810 214 11 0 13272 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 64456

[startup+222.301 s]
/proc/loadavg: 1.97 1.53 1.40 3/177 29372
/proc/meminfo: memFree=7342076/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=59140 CPUtime=218.4 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 13777 0 0 0 21837 3 0 0 25 0 1 0 907651708 60559360 13630 33554432000 134512640 134556542 4291915664 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29366/statm: 14785 13630 214 11 0 14119 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 67844

[startup+282.301 s]
/proc/loadavg: 2.03 1.63 1.44 3/177 29374
/proc/meminfo: memFree=7334832/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=63176 CPUtime=278.4 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 14727 0 0 0 27836 4 0 0 25 0 1 0 907651708 64692224 14580 33554432000 134512640 134556542 4291915664 18446744073709551615 134528949 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 15794 14580 214 11 0 15128 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 71880

[startup+342.301 s]
/proc/loadavg: 2.01 1.69 1.48 3/177 29375
/proc/meminfo: memFree=7328948/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=66000 CPUtime=338.4 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 15436 0 0 0 33836 4 0 0 25 0 1 0 907651708 67584000 15289 33554432000 134512640 134556542 4291915664 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 16500 15289 214 11 0 15834 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 74704

[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.50 3/177 29377
/proc/meminfo: memFree=7322076/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7

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

/proc/29366/statm: 50734 47566 214 11 0 50068 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 211640

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 29496
/proc/meminfo: memFree=7104904/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=211504 CPUtime=4418.54 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 49864 0 0 0 441836 18 0 0 25 0 1 0 907651708 216580096 49695 33554432000 134512640 134556542 4291915664 18446744073709551615 134537846 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 52876 49695 214 11 0 52210 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 220208

[startup+4482.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/177 29498
/proc/meminfo: memFree=7104732/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=211684 CPUtime=4478.54 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 49959 0 0 0 447836 18 0 0 25 0 1 0 907651708 216764416 49790 33554432000 134512640 134556542 4291915664 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 52921 49790 214 11 0 52255 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 220388

[startup+4542.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 29499
/proc/meminfo: memFree=7104176/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=211864 CPUtime=4538.54 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 50064 0 0 0 453836 18 0 0 25 0 1 0 907651708 216948736 49895 33554432000 134512640 134556542 4291915664 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 52966 49895 214 11 0 52300 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 220568

[startup+4602.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/177 29501
/proc/meminfo: memFree=7103624/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=212296 CPUtime=4598.54 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 50165 0 0 0 459836 18 0 0 25 0 1 0 907651708 217391104 49996 33554432000 134512640 134556542 4291915664 18446744073709551615 134537050 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 53074 49996 214 11 0 52408 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 221000

[startup+4662.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 29502
/proc/meminfo: memFree=7102940/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=213208 CPUtime=4658.54 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 50280 0 0 0 465836 18 0 0 25 0 1 0 907651708 218324992 50111 33554432000 134512640 134556542 4291915664 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 53302 50111 214 11 0 52636 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 221912

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 29504
/proc/meminfo: memFree=7102636/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=213316 CPUtime=4718.55 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 50311 0 0 0 471837 18 0 0 25 0 1 0 907651708 218435584 50142 33554432000 134512640 134556542 4291915664 18446744073709551615 134536918 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 53329 50142 214 11 0 52663 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 222020

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29506
/proc/meminfo: memFree=7100728/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=213584 CPUtime=4778.54 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 50373 0 0 0 477836 18 0 0 25 0 1 0 907651708 218710016 50204 33554432000 134512640 134556542 4291915664 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 53396 50204 214 11 0 52730 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 222288

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29507
/proc/meminfo: memFree=7097448/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=213872 CPUtime=4838.55 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 50448 0 0 0 483837 18 0 0 25 0 1 0 907651708 219004928 50279 33554432000 134512640 134556542 4291915664 18446744073709551615 134543451 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 53468 50279 214 11 0 52802 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 222576

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29509
/proc/meminfo: memFree=7097028/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=214320 CPUtime=4898.55 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 50547 0 0 0 489837 18 0 0 25 0 1 0 907651708 219463680 50378 33554432000 134512640 134556542 4291915664 18446744073709551615 134534803 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 53580 50378 214 11 0 52914 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 223024

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29510
/proc/meminfo: memFree=7096604/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=214860 CPUtime=4958.56 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 50697 0 0 0 495837 19 0 0 25 0 1 0 907651708 220016640 50528 33554432000 134512640 134556542 4291915664 18446744073709551615 134529857 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 53715 50528 214 11 0 53049 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 223564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 29513
/proc/meminfo: memFree=7229160/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=218216 CPUtime=4996.16 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 51515 0 0 0 499597 19 0 0 25 0 1 0 907651708 223453184 51346 33554432000 134512640 134556542 4291915664 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 54554 51346 214 11 0 53888 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 226920

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 29513
/proc/meminfo: memFree=7229160/32951124 swapFree=67064380/67111528
[pid=29361] ppid=29359 vsize=8704 CPUtime=3.88 cores=1,3,5,7
/proc/29361/stat : 29361 (ebglucose.sh) S 29359 29361 28636 0 -1 4202496 382 27275 0 0 0 0 377 11 18 0 1 0 907651318 8912896 256 33554432000 4194304 4922060 140734402242144 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29361/statm: 2176 256 211 178 0 69 0
[pid=29366] ppid=29361 vsize=218216 CPUtime=4996.16 cores=1,3,5,7
/proc/29366/stat : 29366 (ebglucose_stati) R 29361 29361 28636 0 -1 4202496 51515 0 0 0 499597 19 0 0 25 0 1 0 907651708 223453184 51346 33554432000 134512640 134556542 4291915664 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29366/statm: 54554 51346 214 11 0 53888 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 226920

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29361 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=779425
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=115982
# CPU time returned by wait4() is 3.89541
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.04
CPU user time (s): 4999.74
CPU system time (s): 0.3
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 226920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.77942
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27657
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= 10
involuntary context switches= 17

runsolver used 7.43987 second user time and 16.6995 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-13 12:21:49
IDJOB=3498594
IDBENCH=70808
IDSOLVER=1992
FILE ID=node105/3498594-1307960508
RUNJOBID= node105-1307960508-29332
PBS_JOBID= 13559723
Free space on /var/tmp= 2872 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498594-1307960508/watcher-3498594-1307960508 -o /var/tmp/evaluation-result-3498594-1307960508/solver-3498594-1307960508 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498594-1307960508.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=156648844

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7445864 kB
Buffers:        102240 kB
Cached:       24521212 kB
SwapCached:      19904 kB
Active:        9227352 kB
Inactive:     15463900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7445864 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:           17512 kB
Writeback:           0 kB
AnonPages:       65944 kB
Mapped:          10204 kB
Slab:           749484 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   221440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2844 MiB
End job on node105 at 2011-06-13 13:45:11