Trace number 461222

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
aigsat-wc 2007-05-15UNSAT 320.688 320.81

General information on the benchmark

Nameadditional-aig/ibm/
ibm23_len35_unsat.aig
MD5SUMe80288c0d6f0dc66489f52c4011818d3
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark125.649
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

5.99/6.05	c file: /tmp/evaluation/461222-1179252381/instance-461222-1179252381.aig
5.99/6.05	c Reading aig format..
5.99/6.05	c MAXVAR  100884
5.99/6.05	c INPUTS  1472
5.99/6.05	c LATCHES 0
5.99/6.05	c OUTPUTS 1
5.99/6.05	c AND     99412
5.99/6.05	c Before initialization time 5.86511
5.99/6.05	c Memory used (in MB): 128.391
68.46/68.51	c Using component size threshold as 11
68.46/68.51	c DBred=0 restart=35 est=2.40135 GV=48629 GL=192763[ 135829,56934] HP=8492 Prune=490710 decisions=191429 random 1541[0.804998]  HP Impl=1415009 DB Impl=44873673[38948369]  Lits/Cls 18 
68.46/68.51	c Memory used (in MB): 152
165.93/166.05	c DBred=1 restart=38 est=2.91086 GV=89605 GL=199327[ 135829,63498] HP=11556 Prune=760072 decisions=262784 random 2049[0.779728]  HP Impl=2687587 DB Impl=101095787[85797785]  Lits/Cls 36 
165.93/166.05	c Memory used (in MB): 171.438
320.57/320.78	
320.57/320.78	s UNSATISFIABLE
320.57/320.78	c Total time (in seconds): 320.248
320.57/320.78	c Memory used (in MB): 192.738
320.57/320.78	c Conflict literals deleted: [47.5609%] Max learned #lits [12316748] Reduced #lits [6458789]

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node76/watcher-461222-1179252381 -o ROOT/results/node76/solver-461222-1179252381 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461222-1179252381/aigsat-wc /tmp/evaluation/461222-1179252381/instance-461222-1179252381.aig 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing Stack size limit: 1048576 KiB
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: 1048576 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.25 0.61 3/68 6127
/proc/meminfo: memFree=841656/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=2112 CPUtime=0
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 162 248 0 0 0 0 0 0 18 0 1 0 373152720 2162688 142 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135236134 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 528 152 124 293 0 229 0

[startup+0.090115 s]
/proc/loadavg: 0.00 0.25 0.61 3/68 6127
/proc/meminfo: memFree=841656/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=6840 CPUtime=0.07
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 1523 248 0 0 7 0 0 0 18 0 1 0 373152720 7004160 1501 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 1710 1502 136 293 0 1411 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6840

[startup+0.101118 s]
/proc/loadavg: 0.00 0.25 0.61 3/68 6127
/proc/meminfo: memFree=841656/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=7640 CPUtime=0.09
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 1740 248 0 0 9 0 0 0 18 0 1 0 373152720 7823360 1718 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134590471 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 1910 1718 136 293 0 1611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7640

[startup+0.301156 s]
/proc/loadavg: 0.00 0.25 0.61 3/68 6127
/proc/meminfo: memFree=841656/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=17872 CPUtime=0.29
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 4369 248 0 0 28 1 0 0 20 0 1 0 373152720 18300928 4201 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 4468 4201 136 293 0 4169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17872

[startup+0.701232 s]
/proc/loadavg: 0.00 0.25 0.61 3/68 6127
/proc/meminfo: memFree=841656/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=33048 CPUtime=0.69
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 8762 248 0 0 66 3 0 0 24 0 1 0 373152720 33841152 7841 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134580295 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 8262 7841 136 293 0 7963 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33048

[startup+1.50139 s]
/proc/loadavg: 0.00 0.25 0.61 2/69 6129
/proc/meminfo: memFree=801328/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=41628 CPUtime=1.49
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 11127 248 0 0 145 4 0 0 25 0 1 0 373152720 42627072 10173 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134576884 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 10407 10173 137 293 0 10108 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41628

[startup+3.1017 s]
/proc/loadavg: 0.08 0.26 0.61 2/69 6129
/proc/meminfo: memFree=777776/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=81780 CPUtime=3.09
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 23457 248 0 0 300 9 0 0 25 0 1 0 373152720 83742720 19073 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134640063 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 20445 19073 142 293 0 20146 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81780

[startup+6.30131 s]
/proc/loadavg: 0.08 0.26 0.61 2/69 6129
/proc/meminfo: memFree=719920/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=142480 CPUtime=6.29
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 50498 248 0 0 610 19 0 0 25 0 1 0 373152720 145899520 32649 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744101 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 35620 32649 158 293 0 35321 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142480

[startup+12.7015 s]
/proc/loadavg: 0.22 0.29 0.62 2/69 6129
/proc/meminfo: memFree=709168/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=143344 CPUtime=12.69
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 51004 248 0 0 1249 20 0 0 25 0 1 0 373152720 146784256 33155 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 35836 33155 160 293 0 35537 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143344

[startup+25.502 s]
/proc/loadavg: 0.34 0.31 0.62 2/69 6129
/proc/meminfo: memFree=705328/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=145680 CPUtime=25.48
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 51926 248 0 0 2527 21 0 0 25 0 1 0 373152720 149176320 34077 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 36420 34077 160 293 0 36121 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 145680

[startup+51.102 s]
/proc/loadavg: 0.57 0.37 0.63 2/69 6129
/proc/meminfo: memFree=698096/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=151576 CPUtime=51.07
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 53731 248 0 0 5083 24 0 0 25 0 1 0 373152720 155213824 35882 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 37894 35882 160 293 0 37595 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 151576

[startup+102.306 s]
/proc/loadavg: 0.83 0.47 0.65 2/69 6129
/proc/meminfo: memFree=690608/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=158420 CPUtime=102.25
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 55571 248 0 0 10200 25 0 0 25 0 1 0 373152720 162222080 37722 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 39605 37722 160 293 0 39306 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 158420

[startup+162.302 s]
/proc/loadavg: 0.93 0.56 0.67 2/69 6129
/proc/meminfo: memFree=674544/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=174656 CPUtime=162.23
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 59632 248 0 0 16191 32 0 0 25 0 1 0 373152720 178847744 41783 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134730625 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 43664 41783 160 293 0 43365 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 174656

[startup+222.302 s]
/proc/loadavg: 0.97 0.64 0.68 2/69 6129
/proc/meminfo: memFree=672816/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=176100 CPUtime=222.21
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 60393 248 0 0 22188 33 0 0 25 0 1 0 373152720 180326400 42167 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134727244 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 44025 42167 160 293 0 43726 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 176100

[startup+282.302 s]
/proc/loadavg: 0.99 0.70 0.70 2/69 6129
/proc/meminfo: memFree=661488/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=187856 CPUtime=282.19
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 63256 248 0 0 28182 37 0 0 25 0 1 0 373152720 192364544 45030 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744761 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 46964 45030 160 293 0 46665 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 187856

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

[startup+307.101 s]
/proc/loadavg: 0.99 0.73 0.71 2/69 6129
/proc/meminfo: memFree=654960/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=194360 CPUtime=306.97
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 64854 248 0 0 30658 39 0 0 25 0 1 0 373152720 199024640 46628 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 48590 46628 160 293 0 48291 0
Current children cumulated CPU time (s) 306.97
Current children cumulated vsize (KiB) 194360

[startup+313.506 s]
/proc/loadavg: 0.99 0.73 0.71 2/69 6129
/proc/meminfo: memFree=653104/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=196124 CPUtime=313.38
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 65299 248 0 0 31298 40 0 0 25 0 1 0 373152720 200830976 47073 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134745176 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 49031 47073 160 293 0 48732 0
Current children cumulated CPU time (s) 313.38
Current children cumulated vsize (KiB) 196124

[startup+316.701 s]
/proc/loadavg: 0.99 0.73 0.71 2/69 6129
/proc/meminfo: memFree=652336/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=196812 CPUtime=316.57
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 65479 248 0 0 31617 40 0 0 25 0 1 0 373152720 201535488 47253 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752597 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 49203 47253 160 293 0 48904 0
Current children cumulated CPU time (s) 316.57
Current children cumulated vsize (KiB) 196812

[startup+318.302 s]
/proc/loadavg: 0.99 0.73 0.71 2/69 6129
/proc/meminfo: memFree=652208/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=197040 CPUtime=318.17
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 65542 248 0 0 31777 40 0 0 25 0 1 0 373152720 201768960 47316 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134731673 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 49260 47316 160 293 0 48961 0
Current children cumulated CPU time (s) 318.17
Current children cumulated vsize (KiB) 197040

[startup+319.902 s]
/proc/loadavg: 0.99 0.73 0.71 2/69 6129
/proc/meminfo: memFree=652016/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=197256 CPUtime=319.77
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 65594 248 0 0 31937 40 0 0 25 0 1 0 373152720 201990144 47368 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 49314 47368 160 293 0 49015 0
Current children cumulated CPU time (s) 319.77
Current children cumulated vsize (KiB) 197256

[startup+320.302 s]
/proc/loadavg: 0.99 0.73 0.71 2/69 6129
/proc/meminfo: memFree=651888/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=197312 CPUtime=320.17
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 65608 248 0 0 31977 40 0 0 25 0 1 0 373152720 202047488 47382 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 49328 47382 160 293 0 49029 0
Current children cumulated CPU time (s) 320.17
Current children cumulated vsize (KiB) 197312

[startup+320.702 s]
/proc/loadavg: 0.99 0.73 0.71 2/69 6129
/proc/meminfo: memFree=651888/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=197348 CPUtime=320.57
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 0 65616 248 0 0 32016 41 0 0 25 0 1 0 373152720 202084352 47390 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 49337 47390 160 293 0 49038 0
Current children cumulated CPU time (s) 320.57
Current children cumulated vsize (KiB) 197348

[startup+320.802 s]
/proc/loadavg: 0.99 0.73 0.71 2/69 6129
/proc/meminfo: memFree=651888/2055888 swapFree=4087284/4096564
[pid=6127] ppid=6125 vsize=0 CPUtime=320.67
/proc/6127/stat : 6127 (aigsat-wc) R 6125 6127 6068 0 -1 4 65622 248 0 0 32024 43 0 0 25 0 1 0 373152720 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/6127/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 320.67
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 320.81
CPU time (s): 320.688
CPU user time (s): 320.248
CPU system time (s): 0.439933
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 197348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.248
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65870
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= 13
involuntary context switches= 435

runsolver used 0.32595 second user time and 0.558915 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue May 15 18:06:22 UTC 2007

IDJOB= 461222
IDBENCH= 48650
IDSOLVER= 202
FILE ID= node76/461222-1179252381

PBS_JOBID= 5277198

Free space on /tmp= 66635 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/ibm/ibm23_len35_unsat.aig
COMMAND LINE= /tmp/evaluation/461222-1179252381/aigsat-wc /tmp/evaluation/461222-1179252381/instance-461222-1179252381.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-461222-1179252381 -o ROOT/results/node76/solver-461222-1179252381 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461222-1179252381/aigsat-wc /tmp/evaluation/461222-1179252381/instance-461222-1179252381.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  e80288c0d6f0dc66489f52c4011818d3

RANDOM SEED= 607780475

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.277
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	: 6006.17
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.277
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:        841808 kB
Buffers:         55684 kB
Cached:        1006612 kB
SwapCached:       3128 kB
Active:         599588 kB
Inactive:       472576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:        841808 kB
SwapTotal:     4096564 kB
SwapFree:      4087284 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          15504 kB
Slab:           128308 kB
Committed_AS:  5836452 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66635 MiB

End job on node76 on Tue May 15 18:11:43 UTC 2007