Trace number 460867

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-sp 2007-05-15UNSAT 122.981 123.058

General information on the benchmark

Nameadditional-aig/tip-k-ind-aigs-o1234g/
Og/nusmv.guidance^7.C.aig
MD5SUM36213b6d014e2e01c1f78ccf79b3468b
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.5032
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

3.99/4.03	c file: /tmp/evaluation/460867-1179251685/instance-460867-1179251685.aig
3.99/4.03	c Reading aig format..
3.99/4.03	c MAXVAR  169600
3.99/4.03	c INPUTS  2352
3.99/4.03	c LATCHES 0
3.99/4.03	c OUTPUTS 1
3.99/4.03	c AND     167248
3.99/4.03	c Before initialization time (seconds) 3.90341
3.99/4.03	c Memory used (in MB): 119.863
18.08/18.16	c Pre-processing followed by bcp (no decisions) assigned 73 vars 
18.08/18.16	c DBreduced=0 GV=10240[0]  GL=67298[ 47347,19951] HP=9723 Prune=138712 decisions=54882 restart=14 est=0.129386 HP Impl=[807946, 324190] DB Impl=6037447[0]  varReasonNeeded[360253]  
18.08/18.16	c Memory used (in MB): 139.164
26.48/26.56	c DBreduced=1 GV=15354[0]  GL=68852[ 47347,21505] HP=12808 Prune=202185 decisions=81956 restart=14 est=0.129386 HP Impl=[1203497, 479839] DB Impl=9190078[0]  varReasonNeeded[533743]  
26.48/26.56	c Memory used (in MB): 140.008
40.56/40.66	c DBreduced=2 GV=23591[0]  GL=72491[ 47347,25144] HP=17199 Prune=302018 decisions=122343 restart=15 est=0.146304 HP Impl=[1844733, 733757] DB Impl=14665490[0]  varReasonNeeded[849415]  
40.56/40.66	c Memory used (in MB): 140.738
55.06/55.12	c DBreduced=3 GV=30611[0]  GL=74091[ 47347,26744] HP=20116 Prune=396011 decisions=161836 restart=16 est=0.159251 HP Impl=[2450272, 969888] DB Impl=19752769[0]  varReasonNeeded[1130238]  
55.06/55.12	c Memory used (in MB): 141.613
71.35/71.48	c DBreduced=4 GV=37880[0]  GL=75909[ 47347,28562] HP=23406 Prune=496309 decisions=205111 restart=16 est=0.159251 HP Impl=[3121290, 1229851] DB Impl=25502103[0]  varReasonNeeded[1431675]  
71.35/71.48	c Memory used (in MB): 142.254
86.94/87.08	c DBreduced=5 GV=46567[0]  GL=78763[ 47347,31416] HP=26603 Prune=580301 decisions=240922 restart=17 est=0.200042 HP Impl=[3752553, 1465491] DB Impl=31346306[0]  varReasonNeeded[1821661]  
86.94/87.08	c Memory used (in MB): 143.098
122.81/122.96	c DBreduced=6 GV=59687[0]  GL=82451[ 47347,35104] HP=31576 Prune=772580 decisions=321640 restart=17 est=0.200042 HP Impl=[5214689, 2020730] DB Impl=43285162[0]  varReasonNeeded[2441383]  
122.81/122.96	c Memory used (in MB): 143.996
122.92/123.03	
122.92/123.03	s UNSATISFIABLE
122.92/123.03	c Total time (in seconds): 122.776
122.92/123.03	c Memory used (in MB): 144.027
122.92/123.03	c Conflict literals deleted: [37.1393%] Max learned #lits [2536483] Reduced #lits [1594450]

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/node1/watcher-460867-1179251685 -o ROOT/results/node1/solver-460867-1179251685 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460867-1179251685/aigsat-sp /tmp/evaluation/460867-1179251685/instance-460867-1179251685.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.81 0.93 0.90 3/77 23186
/proc/meminfo: memFree=1900664/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=4508 CPUtime=0
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 978 0 0 0 0 0 0 0 18 0 1 0 401206331 4616192 966 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188852 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 1127 966 121 277 0 845 0

[startup+0.100292 s]
/proc/loadavg: 0.81 0.93 0.90 3/77 23186
/proc/meminfo: memFree=1900664/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=7432 CPUtime=0.09
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 1701 0 0 0 9 0 0 0 18 0 1 0 401206331 7610368 1688 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 1858 1689 131 277 0 1576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7432

[startup+0.201304 s]
/proc/loadavg: 0.81 0.93 0.90 3/77 23186
/proc/meminfo: memFree=1900664/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=13020 CPUtime=0.19
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 3127 0 0 0 18 1 0 0 18 0 1 0 401206331 13332480 3065 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134599616 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 3255 3065 131 277 0 2973 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13020

[startup+0.301314 s]
/proc/loadavg: 0.81 0.93 0.90 3/77 23186
/proc/meminfo: memFree=1900664/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=17832 CPUtime=0.29
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 4349 0 0 0 28 1 0 0 19 0 1 0 401206331 18259968 4190 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 4458 4191 131 277 0 4176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17832

[startup+0.701361 s]
/proc/loadavg: 0.81 0.93 0.90 3/77 23186
/proc/meminfo: memFree=1900664/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=31812 CPUtime=0.69
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 8920 0 0 0 66 3 0 0 24 0 1 0 401206331 32575488 7746 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 7953 7747 131 277 0 7671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31812

[startup+1.50145 s]
/proc/loadavg: 0.81 0.93 0.90 2/78 23187
/proc/meminfo: memFree=1854320/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=56576 CPUtime=1.49
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 15121 0 0 0 145 4 0 0 25 0 1 0 401206331 57933824 13720 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 14144 13720 132 277 0 13862 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56576

[startup+3.10164 s]
/proc/loadavg: 0.81 0.93 0.90 2/78 23187
/proc/meminfo: memFree=1828400/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=113320 CPUtime=3.09
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 34523 0 0 0 298 11 0 0 25 0 1 0 401206331 116039680 26980 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134644059 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 28330 26980 138 277 0 28048 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113320

[startup+6.30201 s]
/proc/loadavg: 0.83 0.93 0.90 2/78 23187
/proc/meminfo: memFree=1770736/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=138488 CPUtime=6.29
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 44971 0 0 0 615 14 0 0 25 0 1 0 401206331 141811712 32518 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134657449 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 34622 32518 158 277 0 34340 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138488

[startup+12.7018 s]
/proc/loadavg: 0.84 0.93 0.90 2/78 23187
/proc/meminfo: memFree=1768752/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=139556 CPUtime=12.68
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 45471 0 0 0 1254 14 0 0 25 0 1 0 401206331 142905344 33018 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134735387 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 34889 33018 158 277 0 34607 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 139556

[startup+25.5013 s]
/proc/loadavg: 0.88 0.93 0.90 2/78 23187
/proc/meminfo: memFree=1765808/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=143364 CPUtime=25.48
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 46724 0 0 0 2533 15 0 0 25 0 1 0 401206331 146804736 33690 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574370 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 35841 33690 158 277 0 35559 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 143364

[startup+51.1013 s]
/proc/loadavg: 0.92 0.94 0.90 2/78 23187
/proc/meminfo: memFree=1764720/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=144604 CPUtime=51.07
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 47300 0 0 0 5091 16 0 0 25 0 1 0 401206331 148074496 33999 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 36151 33999 158 277 0 35869 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 144604

[startup+102.301 s]
/proc/loadavg: 0.96 0.94 0.91 2/78 23187
/proc/meminfo: memFree=1762224/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=146580 CPUtime=102.23
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 48310 0 0 0 10206 17 0 0 25 0 1 0 401206331 150097920 34573 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134735863 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 36645 34573 158 277 0 36363 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 146580

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

[startup+102.406 s]
/proc/loadavg: 0.96 0.94 0.91 2/78 23187
/proc/meminfo: memFree=1762224/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=146580 CPUtime=102.33
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 48310 0 0 0 10216 17 0 0 25 0 1 0 401206331 150097920 34573 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134584545 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 36645 34573 158 277 0 36363 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 146580

[startup+115.202 s]
/proc/loadavg: 0.97 0.95 0.91 2/78 23187
/proc/meminfo: memFree=1762160/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=146692 CPUtime=115.12
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 48343 0 0 0 11495 17 0 0 25 0 1 0 401206331 150212608 34606 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 36673 34606 158 277 0 36391 0
Current children cumulated CPU time (s) 115.12
Current children cumulated vsize (KiB) 146692

[startup+118.401 s]
/proc/loadavg: 0.97 0.95 0.91 2/78 23187
/proc/meminfo: memFree=1761840/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=146944 CPUtime=118.32
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 48420 0 0 0 11815 17 0 0 25 0 1 0 401206331 150470656 34683 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 36736 34683 158 277 0 36454 0
Current children cumulated CPU time (s) 118.32
Current children cumulated vsize (KiB) 146944

[startup+121.602 s]
/proc/loadavg: 0.97 0.95 0.91 2/78 23187
/proc/meminfo: memFree=1761392/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=147348 CPUtime=121.52
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 48549 0 0 0 12135 17 0 0 25 0 1 0 401206331 150884352 34812 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575141 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 36837 34812 158 277 0 36555 0
Current children cumulated CPU time (s) 121.52
Current children cumulated vsize (KiB) 147348

[startup+122.402 s]
/proc/loadavg: 0.97 0.95 0.91 2/78 23187
/proc/meminfo: memFree=1761200/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=147384 CPUtime=122.31
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 48562 0 0 0 12214 17 0 0 25 0 1 0 401206331 150921216 34825 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672907 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 36846 34825 158 277 0 36564 0
Current children cumulated CPU time (s) 122.31
Current children cumulated vsize (KiB) 147384

[startup+122.802 s]
/proc/loadavg: 0.97 0.95 0.91 2/78 23187
/proc/meminfo: memFree=1761200/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=147428 CPUtime=122.71
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 48574 0 0 0 12254 17 0 0 25 0 1 0 401206331 150966272 34837 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575164 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 36857 34837 158 277 0 36575 0
Current children cumulated CPU time (s) 122.71
Current children cumulated vsize (KiB) 147428

[startup+123.002 s]
/proc/loadavg: 0.97 0.95 0.91 2/78 23187
/proc/meminfo: memFree=1761200/2055920 swapFree=4145760/4192956
[pid=23186] ppid=23184 vsize=147480 CPUtime=122.92
/proc/23186/stat : 23186 (aigsat-sp) R 23184 23186 22006 0 -1 0 48742 0 0 0 12274 18 0 0 25 0 1 0 401206331 151019520 34851 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188724 0 0 4096 35 0 0 0 17 0 0 0
/proc/23186/statm: 36870 34851 158 277 0 36588 0
Current children cumulated CPU time (s) 122.92
Current children cumulated vsize (KiB) 147480

Child status: 20
Real time (s): 123.058
CPU time (s): 122.981
CPU user time (s): 122.777
CPU system time (s): 0.203968
CPU usage (%): 99.9373
Max. virtual memory (cumulated for all children) (KiB): 147480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.777
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48742
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= 8
involuntary context switches= 2776

runsolver used 0.12898 second user time and 0.319951 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue May 15 17:54:45 UTC 2007

IDJOB= 460867
IDBENCH= 48561
IDSOLVER= 203
FILE ID= node1/460867-1179251685

PBS_JOBID= 5276813

Free space on /tmp= 66539 MiB

SOLVER NAME= aigsat-sp 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/tip-k-ind-aigs-o1234g/Og/nusmv.guidance^7.C.aig
COMMAND LINE= /tmp/evaluation/460867-1179251685/aigsat-sp /tmp/evaluation/460867-1179251685/instance-460867-1179251685.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-460867-1179251685 -o ROOT/results/node1/solver-460867-1179251685 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460867-1179251685/aigsat-sp /tmp/evaluation/460867-1179251685/instance-460867-1179251685.aig            

META MD5SUM SOLVER= f61578204551f85c79544b972aeb08d2
MD5SUM BENCH=  36213b6d014e2e01c1f78ccf79b3468b

RANDOM SEED= 659808657

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1900944 kB
Buffers:         14280 kB
Cached:          47024 kB
SwapCached:      14584 kB
Active:          44844 kB
Inactive:        39524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900944 kB
SwapTotal:     4192956 kB
SwapFree:      4145760 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          30136 kB
Slab:            56116 kB
Committed_AS: 11109504 kB
PageTables:       1832 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= 66539 MiB

End job on node1 on Tue May 15 17:56:48 UTC 2007